Flutter Favorites
Some of the packages that demonstrate the highest levels of quality, selected by the Flutter Ecosystem Committee
json_serializable
Automatically generate code for converting to and from JSON by annotating Dart classes.
package_info_plus
Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
sign_in_with_apple
Flutter bridge to initiate Sign in with Apple (on iOS, macOS, and Android). Includes support for keychain entries as well as signing in with an Apple ID.
sqflite
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
Most popular packages
Some of the most downloaded packages over the past 60 days
path_provider
Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
cached_network_image
Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
mustache_template
A mustache template library that supports dart2js and dart2native
auto_size_text
Flutter widget that automatically resizes text to fit perfectly within its bounds.
share_plus
Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
provider
A wrapper around InheritedWidget to make them easier to use and more reusable.
Top Flutter packages
Some of the top packages that extend Flutter with new features
flutter_bloc
Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
wakelock_plus
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web.
get_storage
A fast, extra light and synchronous key-value storage written entirely in Dart
flutter_image_compress
Compress Pictures. Can effectively reduce the size of the transmission.
flutter_launcher_icons
A package which simplifies the task of updating your Flutter app's launcher icon.
permission_handler
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
Top Dart packages
Some of the top packages for any Dart-based app or program
json_serializable
Automatically generate code for converting to and from JSON by annotating Dart classes.
retrofit
retrofit.dart is an dio client generator using source_gen and inspired by Chopper and Retrofit.
path
A string-based path manipulation library. All of the path operations you know and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the web.
decimal
The decimal package allows you to deal with decimal numbers without losing precision.
riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
mqtt_client
A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.
Package of the Week
Package of the Week is a series of quick, animated videos, each of which covers a particular package