diff --git a/README.md b/README.md index 770ec10..1f8ca65 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ PRs Welcome - PRs Welcome + PRs Welcome

Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. -If you appreciate the content πŸ“– -Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/github/stars/Solido/awesome-flutter.svg?style=flat-square)](https://github.com/Solido/awesome-flutter) +If you appreciate the content πŸ“–
+Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/github/stars/Solido/awesome-flutter.svg?style=flat-square)](https://github.com/Solido/awesome-flutter)
+Also like πŸ‘, star ⭐, clap πŸ‘ links to support their authors !
+
@@ -24,10 +25,15 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi + +
+ + ## Contents - [Articles](#articles) @@ -35,8 +41,8 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi - [Navigation](#navigation) - [Template](#templates) - [Plugins](#plugins) -- [Open Source Apps](#open-source-apps) - [Frameworks](#frameworks) +- [Open Source Apps](#open-source-apps) - [Utilities](#utilities) - [Bonus](#bonus) @@ -107,6 +113,7 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi - [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) (49 β˜…) - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) (3 β˜…) - Calendar widget using slivers for smooth scrolling back and forth over days/events with the ability to jump to specific days/months by [David Bennett](https://github.com/pinkfish). - [Side Header List](https://github.com/renefloor/side_header_list_view) (33 β˜…) - Listview with sticky headers like the Android contact page by [Rene Floor](https://github.com/renefloor). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) (33 β˜…) - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). ### Image @@ -135,7 +142,7 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi ### Navigation -- [Fluro](https://github.com/goposse/fluro) (284 β˜…) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) (285 β˜…) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [Circle Indicator](https://github.com/long1eu/circle_indicator) (12 β˜…) - Circle indicator for the PageViewer by [Lung Razvan](https://github.com/long1eu). - [Quick Actions](https://github.com/flutter/plugins/tree/master/packages/quick_actions) - Manage and interact with the application's home screen quick actions. @@ -206,7 +213,7 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi - [Weather](https://github.com/alessandroaime/Weather) (49 β˜…) - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). - [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) (620 β˜…) - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). - [Restaurant Menu](https://github.com/braulio94/menu_flutter) (216 β˜…) - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) (207 β˜…) - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) (208 β˜…) - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) (18 β˜…) - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) (58 β˜…) - music player component by [Tobe O](https://thosakwe.com/). - [Dashboard](https://github.com/Ivaskuu/dashboard) (138 β˜…) - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). @@ -240,6 +247,26 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi - [NFC](https://github.com/guyulmaz/flutter-nfc-app) (11 β˜…) - Connect IsoDep iso 14443-4 cards for android by [GΓΆksel Uyulmaz](https://github.com/guyulmaz). - [Beacons](https://github.com/loup-v/beacons) (4 β˜…) - Flutter beacons plugin by [Loup](http://intheloup.io). +## Frameworks + +### Redux / ELM / Dependency Injection + +- [Flutter built redux](https://github.com/davidmarne/flutter_built_redux) (39 β˜…) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) (113 β˜…) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects). +- [Flutter_redux](https://github.com/brianegan/flutter_redux) (177 β˜…) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Flutter Widgets. +- [Dartea](https://github.com/p69/dartea) (6 β˜…) - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). +- [Inject](https://github.com/google/inject.dart) (183 β˜…) - Compile-time dependency injection for Dart and Flutter by Google. + +### Misc + +- [Flutter_flux](https://github.com/google/flutter_flux) (160 β˜…) - Implementation of the Flux framework by Google. +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) (24 β˜…) - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [ZSH Completion](https://github.com/NiKoTron/zsh-flutter-completition) (2 β˜…) - ZSH completion for the Flutter CLI tool by [Nikolai Simonov](https://github.com/NiKoTron). + +### Animation / Game + +- [Flame](https://github.com/luanpotter/flame) (171 β˜…) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) (220 β˜…) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ## Open Source Apps - [FriendlyChat](https://github.com/flutter/friendlychat-flutter) (103 β˜…) - Offline/Firebase chat by a team of Googlers. @@ -262,28 +289,6 @@ Support project visibility, give a ⭐[![GitHub stars](https://img.shields.io/gi - [Flip](https://github.com/RedBrogdon/flutterflip) (23 β˜…) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) . -## Frameworks - -### Redux / ELM / Dependency Injection - -- [Flutter built redux](https://github.com/davidmarne/flutter_built_redux) (39 β˜…) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) (113 β˜…) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects). -- [Flutter_redux](https://github.com/brianegan/flutter_redux) (177 β˜…) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Flutter Widgets. -- [GreenCat](https://github.com/alexeieleusis/greencat) (38 β˜…) - Port of Redux to Dart, including Redux Thunk. -- [Dartea](https://github.com/p69/dartea) (6 β˜…) - Model View Update inspired by TEA from ELM by Shilyagov P. -- [Inject](https://github.com/google/inject.dart) (183 β˜…) - Compile-time dependency injection for Dart and Flutter by Google. - -### Misc - -- [Flutter_flux](https://github.com/google/flutter_flux) (160 β˜…) - Implementation of the Flux framework by Google. -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) (24 β˜…) - Generic cache manager by [Rene Floor](https://github.com/renefloor). -- [ZSH Completion](https://github.com/NiKoTron/zsh-flutter-completition) (2 β˜…) - ZSH completion for the Flutter CLI tool by [Nikolai Simonov](https://github.com/NiKoTron). - -### Animation / Game - -- [Flame](https://github.com/luanpotter/flame) (171 β˜…) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) (220 β˜…) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). - ## Utilities ### IDE