debang 1.0.0
debang: ^1.0.0 copied to clipboard
A Dart/Flutter library that enhances null handling by requiring developers to provide assertions (explanations) for why a value is guaranteed not to be null. It makes errors more informative, supports [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add debangThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
debang: ^1.0.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:debang/debang.dart';