so_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

so flutter

A wrapper around Flutter's App concepts. #
This package provides is a small set of helper classes for quickly building Flutter applications based on Material design.
Features #
The App class may be directly used to create a quick application or one can extend it with further features.
Getting started #
You may import this library to your flutter project with the following command (in your project folder):
flutter pub add so_flutter
flutter pub get
copied to clipboard
Usage #
The following code creates a Hello World app!
import 'package:so_flutter/so_flutter.dart';

main() {
App().run();
}
copied to clipboard
Please see the https://pub.dev/packages/so_flutter/example page for more details.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.