masamune_core 0.2.14+2 copy "masamune_core: ^0.2.14+2" to clipboard
masamune_core: ^0.2.14+2 copied to clipboard

discontinued
outdated

Library that provides the core part of the Masamune framework. It provides Path map, data management, task management and utility.

example/main.dart

import 'package:masamune_core/masamune_core.dart';

void main() async {
  await Config.init();
  DataField("name", "mathru");
  String name = PathMap.get<String>("name");
  print(name);
}
0
likes
0
points
34
downloads

Publisher

verified publishermathru.net

Weekly Downloads

Library that provides the core part of the Masamune framework. It provides Path map, data management, task management and utility.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, csv, flutter, http, intl, masamune_localize, path_provider, shared_preferences, sprintf, stack_trace, url_launcher, uuid

More

Packages that depend on masamune_core