dencend_utils 0.0.1 copy "dencend_utils: ^0.0.1" to clipboard
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_utils

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dencend_utils: ^0.0.1

Alternatively, 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';
0
likes
130
points
49
downloads

Publisher

verified publisherdencend.cn

Weekly Downloads

一个实用的Flutter工具包,包含常用的扩展方法、工具类和辅助函数,简化日常开发工作。

Homepage
Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dencend_logger, dencend_toast, flutter, hooks_riverpod, shared_preferences

More

Packages that depend on dencend_utils