Top Dart packages
-
100
rxdart
RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.
-
100
dio
A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
-
100
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.
-
100
equatable
An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
-
100
uuid
RFC4122 (v1, v4, v5) UUID Generator and Parser for all Dart platforms (Web, VM, Flutter)
-
100
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"
-
99
event_bus
A simple Event Bus using Dart Streams for decoupling applications
-
99
xml
A lightweight library for parsing, traversing, querying, transforming and building XML documents.
-
99
date_format
A simple API to format dates. Provides various constants to build Date format string. Use `formatDate` method to format date according to format string.
-
99
image
Provides server and web apps the ability to load, manipulate, and save images with various image file formats including PNG, JPEG, GIF, BMP, WebP, TIFF, TGA, PSD, PVR, and OpenEXR.