decorated_flutter 0.50.1
decorated_flutter: ^0.50.1 copied to clipboard
(自家用) Common encapsulation of Flutter includes the implementation of BLoC pattern and other widget combination.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add decorated_flutterWith Flutter:
$ flutter pub add decorated_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
decorated_flutter: ^0.50.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:decorated_flutter/decorated_flutter.dart';