you_flutter_internal 0.0.6-dev.1
you_flutter_internal: ^0.0.6-dev.1 copied to clipboard
you_* internal package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add you_flutter_internalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
you_flutter_internal: ^0.0.6-dev.1Alternatively, 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:you_flutter_internal/you_flutter_internal.dart';