not_for_use 0.0.1 not_for_use: ^0.0.1 copied to clipboard
Don't use this package, I have published this package to test the change i made
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add not_for_use
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
not_for_use: ^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:not_for_use/not_for_use.dart';