masamune_core 0.2.3 masamune_core: ^0.2.3 copied to clipboard
Masamune core framework
Masamune framework #
Dart support script and path system.
Getting Started #
Add this to your package's pubspec.yaml file:
dependencies:
masamune_core: ^0.1.0
You should then run flutter packages upgrade
.
Usage #
import 'package:masamune_core/masamune_core.dart';
Example #
Use PageRouteBuilder Widget
Under construction
Test #
run test
flutter test