inform

Pub Version Github stars License Style

A flutter widget library, which provides you some widgets to inform users and let them interact with it.

Installation

  1. Add this to your packages pubspec.yaml file:
dependencies:
  inform: <^last>
  1. Install it You can install it from the command line:
$ flutter pub get
  1. Import it Now in Dart code, you can use:
import 'package:inform/inform.dart';

Libraries

inform