0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.