Home Flutter Package
Simplifies manual JSON parsing with a type-safe API. No dynamic, no manual casting. Flexible inputs types, fixed output types. Useful parsing error messages
An alternative to Overlay which allows you to easily render and hit test a widget outside its parent bounds.
Checks for missing, under-promoted, over-promoted, and unused dependencies.
A cross platform plugin for modifying calendars on the user's device.
Mockups for common devices.
Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.
Approximate how your Flutter app looks and performs on another device.
A flutter diagram editor library that provides DiagramEditor widget and a possibility to customize all editor design and behavior.
A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
Enables dio to make use of http packages.
http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.