so_flutter 0.0.6 copy "so_flutter: ^0.0.6" to clipboard
so_flutter: ^0.0.6 copied to clipboard

outdated

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.

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

Usage #

The following code creates a Hello World app!

import 'package:so_flutter/so_flutter.dart';

main() {
  App().run();
}
1
likes
0
points
8
downloads

Publisher

verified publisherstoredobject.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on so_flutter