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
License
Libraries
- masamune
- Masamune core framework library. [...]
- masamune.asset
- Masamune asset library [...]
- masamune.auth
- Masamune authentication system library [...]
- masamune.dartcore
- Masamune dart core library [...]
- masamune.data
- Masamune data library [...]
- masamune.interface
- Masamune interface library [...]
- masamune.local
- Masamune local data library [...]
- masamune.model
- Masamune model system library [...]
- masamune.path
- Masamune path system library [...]
- masamune.task
- Masamune task system library [...]