fluttery_framework 2.3.0+1
fluttery_framework: ^2.3.0+1 copied to clipboard
Provides all the functions and features needed for a typical production app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluttery_frameworkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluttery_framework: ^2.3.0+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:fluttery_framework/controller.dart';
import 'package:fluttery_framework/model.dart';
import 'package:fluttery_framework/prefs.dart';
import 'package:fluttery_framework/run_app.dart';
import 'package:fluttery_framework/settings.dart';
import 'package:fluttery_framework/view.dart';