fluttery_framework 1.4.1+1 copy "fluttery_framework: ^1.4.1+1" to clipboard
fluttery_framework: ^1.4.1+1 copied to clipboard

outdated

An extensive framework for Flutter apps. It keeps it easy. It keeps it Flutter.

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: ^1.4.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';