framework 1.0.0 framework: ^1.0.0 copied to clipboard
Flutter Framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add framework
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
framework: ^1.0.0
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:framework/base_app.dart';
import 'package:framework/base_navigator.dart';
import 'package:framework/base_widget.dart';
import 'package:framework/provider.dart';
import 'package:framework/route_info.dart';
import 'package:framework/shared_model.dart';