Flutter - Package

Deep Pick

Simplifies manual JSON parsing with a type-safe API. No dynamic, no manual casting. Flexible inputs types, fixed output types. Useful parsing error messages

Defer Pointer

An alternative to Overlay which allows you to easily render and hit test a widget outside its parent bounds.

Dependency Validator

Checks for missing, under-promoted, over-promoted, and unused dependencies.

Device Calendar Plugin

A cross platform plugin for modifying calendars on the user's device.

Device Frame

Mockups for common devices.

Device Info

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

Device Info Plus

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

Device Preview

Approximate how your Flutter app looks and performs on another device.

Diagram Editor

A flutter diagram editor library that provides DiagramEditor widget and a possibility to customize all editor design and behavior.

Dio

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

Dio Compatibility Layer

Enables dio to make use of http packages.

Dio-http-cache

http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.