Flutter - Package

Injectable

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

Injectable Generator

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

Input History Text Field

A input_history_text_field widget is automatically saved and suggest as you type.

Instabug for Flutter

Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle.

InstaImageViewer

A simple widget for full screen with swipe to dismiss, pinch & zoom.

Installed Apps

Flutter plugin with utility methods related to installed apps on device.

Interactive Media Ads SDKs

A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.

intercom_flutter

Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services.

Internet Connection Checker

A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.

Internet Connection Checker Plus

A Flutter package to check your internet connection with subsecond response times, even on mobile networks!

Internet Speed Test

Internet speed test plugin to integrate it in your app whenever you want.

Interpolate Animated

Sometimes you need to map value from one range to another. This is where you should use interpolate functions which approximates values between points in the output range and lets you map value inside the input range to corresponded approximation in the output range. It also supports few types of Extrapolation to enable mapping outside the range.