flutter_boot 0.0.5
flutter_boot: ^0.0.5 copied to clipboard
Libraries that enable rapid development of Flutter, the current implementation of the ViewModel framework layer, lifecycle aware network request encapsulation, and common convenient methods。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_bootThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_boot: ^0.0.5Alternatively, 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/http.dart';
import 'package:flutter_boot/kits.dart';
import 'package:flutter_boot/lifecycle.dart';
import 'package:flutter_boot/painting.dart';
import 'package:flutter_boot/widget.dart';