flutter_boot 0.3.9 copy "flutter_boot: ^0.3.9" to clipboard
flutter_boot: ^0.3.9 copied to clipboard

Quickly develop Flutter App's MVI framework, encapsulate Dio network requests, and convenient tools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_boot

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

dependencies:
  flutter_boot: ^0.3.9

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:flutter_boot/chain.dart';
import 'package:flutter_boot/core.dart';
import 'package:flutter_boot/http.dart';
import 'package:flutter_boot/kits.dart';
import 'package:flutter_boot/painting.dart';
import 'package:flutter_boot/widget.dart';
1
likes
150
pub points
39%
popularity

Publisher

verified publisherymex.cn

Quickly develop Flutter App's MVI framework, encapsulate Dio network requests, and convenient tools.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on flutter_boot