masamune_gui 0.1.0
masamune_gui: ^0.1.0 copied to clipboard
Masamune gui framework
Masamune gui framework #
It provides functions for GUI construction using the functions of Masamune framework.
Getting Started #
Add this to your package's pubspec.yaml file:
dependencies:
masamune_gui: ^0.1.0
You should then run flutter packages upgrade.
Usage #
import 'package:masamune_gui/masamune_gui.dart';
Example #
Use PageRouteBuilder Widget
Under construction
Test #
run test
flutter test
License #
BSD