dict_flutter_extension 1.0.1
dict_flutter_extension: ^1.0.1 copied to clipboard
为 Flutter Widget 提供常用扩展方法(点击、内边距、居中、尺寸、可见性等),并封装文件操作、页面导航、Widget 构建等工具类,内部项目通用的 Flutter 语法糖工具库。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dict_flutter_extensionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dict_flutter_extension: ^1.0.1Alternatively, 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:dict_flutter_extension/dict_flutter_extension.dart';