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
411
A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
stacked_services
281
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
188
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
85
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
44
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.
minimal_mvn
34
A minimal state management solution for Flutter apps using the Model-View-Notifier (MVN) pattern
flutter_micro_app
32
A package to speed up the creation of micro apps structure in Flutter applications
go_router_modular
30
go_router wrapper with a modular twist dependency injections and automatic dispose
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.
getx_scaffold
27
GetX Scaffold is a comprehensive rapid development template built on the GetX framework and several commonly used plugins
ids_material_sdk
26
IDS Material SDK for Flutter offers fast networking, cache optimisation, custom widgets like Multi-Select DropDown, theming tools, and performance boosts to reduce server costs.
widget_modifier
26
A collection of built-in flutter widget modifiers, which flatten the widget tree and make it easier to read
flutter_chen_common
16
The flutter common package designed to help developers swiftly build aesthetically pleasing and feature-rich mobile application interfaces.
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.
fittor
8
A Flutter package for responsive UIs and state management. Adapts to screen sizes and orientations.
dart_mediatr
5
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.
layer_kit
3
A Flutter architecture package that combines Clean Architecture and MVVM patterns using Provider for state management.