fluttery_framework 3.1.1+1 fluttery_framework: ^3.1.1+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_framework
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fluttery_framework: ^3.1.1+1
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: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';