state_notifier
ValueNotifier, but outside Flutter and with some extra perks
Explore Top Dart Flutter packages and compare platform support and community metrics.
100 ranked packages · Official ranking order
ValueNotifier, but outside Flutter and with some extra perks
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
Pretty Dio logger is a Dio interceptor that logs network calls in a pretty, easy to read format.
The decimal package allows you to deal with decimal numbers without losing precision.
Type-safe DateTime and Duration calculations, powered by extensions.
Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.
Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
v5.1.17Advanced error handler and logger package for flutter and dart. App monitoring, logs history, report sharing, custom logs, and etc.
Improved json serialization and data classes with full support for generics, inheritance, customization and more.
A unified form representation in Dart which aims to simplify form representation and validation in a generic way.
NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
Dart implementation of gRPC, a high performance, open-source universal RPC framework.
Flutter database for super-fast NoSQL ACID compliant object persistence.
An extension to the bloc state management library which automatically persists and restores bloc states.
An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
PostgreSQL database driver. Supports binary protocol, connection pooling and statement reuse.
A QR code generation library for Dart. Supports QR code version 1 through 40, error correction and redundancy.
A framework for memory leak tracking for Dart and Flutter applications.
A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials.
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
A high-level API to control headless Chrome over the DevTools Protocol. This is a port of Puppeteer in Dart.
MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps.
Chopper is an http client generator using source_gen, inspired by Retrofit