dartx_nullsafety 0.6.0-nullsaftety.0 dartx_nullsafety: ^0.6.0-nullsaftety.0 copied to clipboard
Superpowers for Dart. Collection of useful static extension methods.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartx_nullsafety
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dartx_nullsafety: ^0.6.0-nullsaftety.0
Alternatively, 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:dartx_nullsafety/dartx.dart';
import 'package:dartx_nullsafety/dartx_io.dart';