masamune_core 0.2.13+5 masamune_core: ^0.2.13+5 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