framework 1.0.2 copy "framework: ^1.0.2" to clipboard
framework: ^1.0.2 copied to clipboard

This is a radical new approach to creating user interfaces in the world of Flutter. While the traditional framework is no longer needed in order to learn the difference between the StatelessWidget and [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add framework

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  framework: ^1.0.2

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:framework/base_app.dart';
import 'package:framework/base_navigator.dart';
import 'package:framework/base_widget.dart';
import 'package:framework/provider.dart';
import 'package:framework/route_info.dart';
import 'package:framework/shared_model.dart';
4
likes
140
points
37
downloads

Publisher

verified publishersoftigent.com

Weekly Downloads

This is a radical new approach to creating user interfaces in the world of Flutter. While the traditional framework is no longer needed in order to learn the difference between the StatelessWidget and StatefulWidget classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on framework