so_flutter 0.0.2
so_flutter: ^0.0.2 copied to clipboard
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.
example/so_flutter_example.dart
import 'package:so_flutter/so_flutter.dart';
/// Examples.
main() {
App().run();
}