androso_isit 1.4.88
androso_isit: ^1.4.88 copied to clipboard
A configurable bootstrap container for Flutter apps. Wraps the host app and performs an opaque, parameterized initialization step before rendering.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add androso_isitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
androso_isit: ^1.4.88Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:androso_isit/androso_isit.dart';