fluttery_framework 3.1.1 copy "fluttery_framework: ^3.1.1" to clipboard
fluttery_framework: ^3.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 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: ^3.1.1

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';