Top Flutter Flutter Framework packages Flutter frameworks are packages built on top of Flutter that provide more than one of the below listed features: * pre-built widgets, * utilities, * services, * state management, * navigation, * dependency injection, * internationalization, * and various additional useful features. These frameworks help in rapidly prototyping Flutter applications which can save developers time and reduce lines of code (increases maintainability). The complete list of Flutter framework packages is provided below.
flutter_clean_architecture
407
A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
stacked_services
276
A package that contains some default implementations of services required for a cleaner implementation of the Stacked Architecture.
mvc_pattern
201
To develop apps using a framework following the MVC design pattern separating the app's 'interface' from its 'business logic' and from its 'data source' if any.
elementary
184
This is architecture library with the main goal to split code between different responsibility layers, make code clear, simple, readable and easy testable.
flutter_meedu
137
A powerful State Management, Dependency Injection, Reactive programming and Navigation for Flutter apps.
flutter_fast_cli
84
Build Flutter Apps Faster. Generate boilerplate code for apps that require authentication, subscriptions, and more
black_hole_flutter
69
A package absorbing all Flutter utility functions, including extension functions and commonly used widgets
okito
45
Your best flutter coding friend. All in one flutter helper with state, route, navigation, localization, dependency injection and local storage management!
master_utility
41
All-in-one utility solution with Size, Navigation, Image Picker, Date Time, Auto Size Text, Toast, Email, Log, Dialog, Cache Image, Validation, API and Shared Preferences.
frideos
41
An all-in-one package for state management, reactive objects, animations, effects, timed widgets etc.
clean_framework
40
Clean Architecture components library, inspired on the guidelines created by Uncle Bob.
flutter_micro_app
32
A package to speed up the creation of micro apps structure in Flutter applications
coder0211
29
This is a package with functions and widgets to make app development faster and more convenient.
batch
28
A Lightweight and Powerful Job Scheduling Framework written in Dart. With this framework, you can easily develop a scheduled workflow in Dart.
widget_modifier
26
A collection of built-in flutter widget modifiers, which flatten the widget tree and make it easier to read
mit_x
9
Open screens/snackbars/dialogs/drawer without context /open and close drawer or end drawer/check form is valid or save it, with MitX.
dart_mediatr
4
The Dart Mediator package provides an implementation of the Mediator pattern for Dart inspired by MediatR ASP.net Core, including dynamic handler registration via code generation. This pattern is useful for organizing your application's commands and queries by centralizing their processing through a mediator.