The Wayback Machine - https://web.archive.org/web/20200916115347/https://pub.dev/

pub.dev package manager

Find and use packages to build Dart and Flutter apps.

Flutter Favorites

Packages that demonstrate the highest levels of quality, selected by the Flutter Ecosystem Committee

redux

Redux is a predictable state container for Dart and Flutter apps

location

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

built_value_generator

Value types with builders, Dart classes as enums, and serialization. This library is the dev dependency.

flutter_mobx

Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.

Most popular packages

The most downloaded packages over the past 60 days

pedantic

The Dart analyzer settings and best practices used internally at Google.

google_fonts

A package to include fonts from fonts.google.com in your Flutter app.

firebase_analytics_web

The web implementation of firebase_analytics

convert

Utilities for converting between data representations.

xml

A lightweight library for parsing, traversing, querying, transforming and building XML documents.

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.

Top Flutter packages

Top packages that extend Flutter with new features

flutter_staggered_grid_view

A Flutter staggered grid view (masonry tiles) which supports multiple columns with rows of varying sizes

octo_image

A multifunctional Flutter image widget. Supports placeholders, error widgets and image transformers with fading.

flutter_slidable

A Flutter implementation of slidable list item with directional slide actions that can be dismissed.

flutter_screenutil

A flutter plugin for adapting screen and font size.Guaranteed to look good on different models

global_configuration

A flutter package for managing different configurations and making them available everythere inside the app.

curved_navigation_bar

Stunning Animating Curved Shape Navigation Bar. Adjustable color, background color, animation curve, animation duration.

Top Dart packages

Top packages for any Dart-based app or program

synchronized

Lock mechanism to prevent concurrent access to asynchronous code.

http_parser

A platform-independent package for parsing and serializing HTTP formats.

stream_transform

A collection of utilities to transform and manipulate streams.

quill_delta

Simple and expressive format for describing rich-text content created for Quill.js editor. This package is unofficial port to Dart from JavaScript.

dshell

An API and dev environment for writing console apps/scripts using dart. e.g. allows you to build bash style scripts with dart.

built_collection

Immutable collections based on the SDK collections. Each SDK collection class is split into a new immutable collection class and a corresponding mutable builder class.