masamune_mobile 0.1.2+1
masamune_mobile: ^0.1.2+1 copied to clipboard
Library that provides mobile functions of Masamune framework. Does not work on the web.
example/main.dart
import 'package:masamune_mobile/masamune_mobile.dart';
void main() async {
await MobileConfig.init();
print(MobileConfig.packageInfo.packageName);
}