decorated_flutter 0.50.0-dev.4 decorated_flutter: ^0.50.0-dev.4 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_flutter
With Flutter:
$ flutter pub add decorated_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
decorated_flutter: ^0.50.0-dev.4
Alternatively, 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';