bh_shared 2.9.3
bh_shared: ^2.9.3 copied to clipboard
Bianca's House shared package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bh_sharedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bh_shared: ^2.9.3Alternatively, 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:bh_shared/bh_shared.dart';