masamune_core 0.6.1+10 masamune_core: ^0.6.1+10 copied to clipboard
Library that provides the core part of the Masamune framework. It provides Path map, data management, task management and utility.
Masamune framework #
Library that provides the core part of the Masamune framework. It provides Path map, data management, task management and utility.
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