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

While the traditional framework is no longer needed in order to learn the difference between the StatelessWidget and StatefulWidget classes.

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.3

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
150
points
44
downloads

Publisher

verified publishersoftigent.com

Weekly Downloads

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