dencend_utils 0.0.1
dencend_utils: ^0.0.1 copied to clipboard
一个实用的Flutter工具包,包含常用的扩展方法、工具类和辅助函数,简化日常开发工作。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dencend_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dencend_utils: ^0.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:dencend_utils/global_key_manager.dart';
import 'package:dencend_utils/overlay_service.dart';
import 'package:dencend_utils/shared_preferences_manager.dart';
import 'package:dencend_utils/toast_service.dart';