diff --git a/README.md b/README.md index 4a26337..24c53a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-Flutter Value Notifier +Flutter Value Notifier

@@ -429,6 +429,6 @@ MultiDependencyProvider( ## Maintainers -- [Robson Silva](https://github.com/robsonsilv4) +- [@robsonsilv4 (Robson Silva)](https://github.com/robsonsilv4) -Thanks to Felix Angelov ([@felangel](https://github.com/felangel)) and all [bloc library contributors](https://github.com/felangel/bloc/graphs/contributors). +Thanks to [@felangel](https://github.com/felangel), [bloc library contributors](https://github.com/felangel/bloc/graphs/contributors) and [Icons8](https://icons8.com) by [Electricity](https://icons8.com/icon/0p9q9Fp5U2bz/electricity) icon. diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..39544e5 Binary files /dev/null and b/assets/logo.png differ diff --git a/pubspec.yaml b/pubspec.yaml index 2955e39..98aff9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,9 @@ repository: https://github.com/robsonsilv4/flutter_value_notifier issue_tracker: https://github.com/robsonsilv4/flutter_value_notifier/issues documentation: https://github.com/robsonsilv4/flutter_value_notifier/blob/main/README.md topics: [value-notifier, state-management, bloc, provider] +screenshots: + - description: "The Flutter ValueNotifier logo." + path: assets/logo.png environment: sdk: ">=2.17.0 <4.0.0"