base_page 0.1.0
base_page: ^0.1.0 copied to clipboard
A base class to build page widgets on top of.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add base_pageWith Flutter:
$ flutter pub add base_pageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
base_page: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.