clean_init 0.1.0 copy "clean_init: ^0.1.0" to clipboard
clean_init: ^0.1.0 copied to clipboard

A package providing bootstrap initialization with state management for Flutter applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_init

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  clean_init: ^0.1.0

Alternatively, 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:clean_init/clean_init.dart';
1
likes
140
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package providing bootstrap initialization with state management for Flutter applications

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on clean_init