dict_dart_extension 1.0.0
dict_dart_extension: ^1.0.0 copied to clipboard
为 Iterable/List 提供空安全的常用扩展方法,包括 firstOrNull、safeGet 等,内部项目通用的 Dart 语法糖工具库。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dict_dart_extensionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dict_dart_extension: ^1.0.0Alternatively, 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_dart_extension/dict_dart_extension.dart';