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
379
A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
stacked_services
263
A package that contains some default implementations of services required for a cleaner implementation of the Stacked Architecture.
mvc_pattern
197
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
156
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
134
A powerful State Management, Dependency Injection, Reactive programming and Navigation for Flutter apps.
flutter_fast_cli
70
Build Flutter Apps Faster. Generate boilerplate code for apps that require authentication, subscriptions, and more
black_hole_flutter
65
A package absorbing all Flutter utility functions, including extension functions and commonly used widgets
okito
46
Your best flutter coding friend. All in one flutter helper with state, route, navigation, localization, dependency injection and local storage management!
frideos
41
An all-in-one package for state management, reactive objects, animations, effects, timed widgets etc.
clean_framework
38
Clean Architecture components library, inspired on the guidelines created by Uncle Bob.
master_utility
30
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.
coder0211
29
This is a package with functions and widgets to make app development faster and more convenient.
batch
26
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
flutter_micro_app
24
A package to speed up the creation of micro apps structure in Flutter applications