appdimens_bom 3.2.0
appdimens_bom: ^3.2.0 copied to clipboard
AppDimens BOM meta-package — one dependency that pins every AppDimens Flutter strategy module at a coherent version.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appdimens_bomWith Flutter:
$ flutter pub add appdimens_bomThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
appdimens_bom: ^3.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:appdimens_bom/appdimens_bom.dart';