Flutter Favorites
-
flutter_slidable
romainrastel.com
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
-
redux
fluttercommunity.dev
Redux is a predictable state container for Dart and Flutter apps
-
mobx
dart.pixelingene.com
MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps.
-
rxdart
fluttercommunity.dev
RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.
-
flutter_mobx
dart.pixelingene.com
Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.
-
mobx_codegen
dart.pixelingene.com
Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.
Top packages
-
splashscreen
A small splashscreen used for an intro for any flutter application easily using
-
flutter_typeahead
A highly customizable typeahead (autocomplete) text input field for Flutter
-
animated_text_kit
ayushagarwal.ml
A flutter package project which contains a collection of cool and beautiful text animations.
-
http
dart.dev
A composable, multi-platform, Future-based API for HTTP requests.
-
mobx
dart.pixelingene.com
MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps.
-
datetime_picker_formfield
A TextFormField that emits DateTimes and helps show Material, Cupertino, and other style picker dialogs.