Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cached_network_image_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.0.2] - 2026-09-23

* Bump `flutter_lints` to `^6.0.0` and drop the library name, fixing an `unnecessary_library_name` lint

## [5.0.1] - 2026-09-22

* Reformat with the current Dart formatter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Platform interface for CachedNetworkImage
library cached_network_image_platform_interface;
library;

import 'dart:async';
import 'dart:ui' as ui;
Expand Down
4 changes: 2 additions & 2 deletions cached_network_image_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cached_network_image_platform_interface
description: Platform interface for CachedNetworkImage
version: 5.0.1
version: 5.0.2
homepage: https://github.com/Baseflow/flutter_cached_network_image

environment:
Expand All @@ -15,6 +15,6 @@ dependencies:
material_ui: ^1.0.0
dev_dependencies:
file: '>=7.0.0 <8.0.0'
flutter_lints: ^4.0.0
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
Loading