meye 3.1.3
meye: ^3.1.3 copied to clipboard
Core Flutter package for config-driven UI, app lifecycle orchestration, and go_router integration in host applications.
Changelog #
3.1.2 #
create_appAndroid NDK preflight: When Android is included, the generator checks that the NDK version pinned by your Flutter SDK is present and valid (source.propertiesunderndk/<version>/). Error output now distinguishes missing vs broken (incomplete) installs and prints copy/paste commands using the resolvedsdkmanagerpath under your Android SDK (cmdline-tools/.../bin), sincesdkmanageris rarely onPATH. If command-line tools are missing, the message points at installing them and shows the expected path pattern. On Windows, broken installs suggestrd /s /qbefore reinstall; elsewhere,rm -rf.
3.1.1 #
create_appglobal install: Locate themeyepackage root via.dart_tool/package_config.json(and optionalMEYE_PACKAGE_ROOT) when the executable runs from a Pub global snapshot (global_packages/.../bin/has nopubspec.yaml). FixesError: could not locate package root (pubspec.yaml).afterdart pub global activate meye.
3.1.0 #
- Pub /
dart pub global activate: Bumpedpro_image_editorto ^12.3.0, which no longer depends onvibration^1.x/^2.x, so the graph is compatible withvibration^3.1.8 (olderpro_image_editor5.x requiredvibration<3 and broke resolution). - Environment: Dart ≥3.11 and Flutter ≥3.41 (required by
pro_image_editor12.x). - Docs / generator: README and
docs/create_app.mdupdated for install paths,dart pub global activateversioning,PATH, and SDK requirements; interactivecreate_appbanner notes the Flutter/Dart floor.
3.0.0 #
- Release: Package version 3.0.0 (aligned with git tag
v3.0.0). - Pubspec:
repositoryandhomepageset for pub.dev. - Dependencies: Constraints and
dependency_overridesupdated so resolution stays consistent across the plugin graph:archive— unify transitivearchivemajors.web— alignwebfor current Dart/Flutter web stacks.vibration— pin a current Android–compatible release.permission_handler_html— git override (hpoul/flutter-permission-handler, refpermissiondescriptor) until pub.dev matchespermission_handler/ web APIs.
- Dev:
flutter_lints^6.0.0.
1.0.0 #
- Initial release.