flutter_micro_app
flutter_micro_app copied to clipboard
A package to speed up the creation of micro apps(or independent features) structure in Flutter applications
Results
7
flutter_micro_app issues
Sort by
recently updated
recently updated
newest added
pause(app_event, navigation_command, navigation_log) resume(app_event, navigation_command, navigation_log) ```dart //suggestion pauseNative({String eventMethod = 'app_event'}); pauseWeb({String eventMethod = 'app_event'}); ```