Flutter Favorites
Some of the packages that demonstrate the highest levels of quality, selected by the Flutter Ecosystem Committee
provider
A wrapper around InheritedWidget to make them easier to use and more reusable.
android_intent_plus
Flutter plugin for launching Android Intents. Not supported on iOS.
go_router
A declarative router for Flutter based on Navigation 2 supporting deep linking, data-driven routes and more
flutter_svg
An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
Most popular packages
Some of the most downloaded packages over the past 60 days
google_fonts
A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.
get_it
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
provider
A wrapper around InheritedWidget to make them easier to use and more reusable.
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.
local_auth
Flutter plugin for Android and iOS devices to allow local authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
flutter_html
A Flutter widget rendering static HTML and CSS as Flutter widgets.
Top Flutter packages
Some of the top packages that extend Flutter with new features
webview_flutter
A Flutter plugin that provides a WebView widget backed by the system webview.
image_gallery_saver
A flutter plugin for save image to gallery, iOS need to add the following keys to your Info.plist file.
retry
Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.
badges
A package for creating badges. Badges can be used for an additional marker for any widget, e.g. show a number of items in a shopping cart.
shimmer
A package provides an easy way to add shimmer effect in Flutter project
email_validator
A simple (but correct) dart class for validating email addresses
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.
synchronized
Lock mechanism to prevent concurrent access to asynchronous code.
process_run
Process run helpers for Linux/Win/Mac and which like feature for finding executables.
built_value
Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.
faker
A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.
money2
Money and Currency classes with fixed precision maths, parsing and formatting. (Money.parse('$2010.00') * 10).format('S CC#,##0') -> $ US20,100
Package of the Week
Package of the Week is a series of quick, animated videos, each of which covers a particular package