fluttery_framework 1.6.2 fluttery_framework: ^1.6.2 copied to clipboard
An extensive framework for Flutter apps. It keeps it Flutter. It keeps it easy.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fluttery_framework
With Flutter:
$ flutter pub add fluttery_framework
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fluttery_framework: ^1.6.2
Alternatively, 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: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';