meye 3.1.3 copy "meye: ^3.1.3" to clipboard
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_app Android NDK preflight: When Android is included, the generator checks that the NDK version pinned by your Flutter SDK is present and valid (source.properties under ndk/<version>/). Error output now distinguishes missing vs broken (incomplete) installs and prints copy/paste commands using the resolved sdkmanager path under your Android SDK (cmdline-tools/.../bin), since sdkmanager is rarely on PATH. If command-line tools are missing, the message points at installing them and shows the expected path pattern. On Windows, broken installs suggest rd /s /q before reinstall; elsewhere, rm -rf.

3.1.1 #

  • create_app global install: Locate the meye package root via .dart_tool/package_config.json (and optional MEYE_PACKAGE_ROOT) when the executable runs from a Pub global snapshot (global_packages/.../bin/ has no pubspec.yaml). Fixes Error: could not locate package root (pubspec.yaml). after dart pub global activate meye.

3.1.0 #

  • Pub / dart pub global activate: Bumped pro_image_editor to ^12.3.0, which no longer depends on vibration ^1.x/^2.x, so the graph is compatible with vibration ^3.1.8 (older pro_image_editor 5.x required vibration <3 and broke resolution).
  • Environment: Dart ≥3.11 and Flutter ≥3.41 (required by pro_image_editor 12.x).
  • Docs / generator: README and docs/create_app.md updated for install paths, dart pub global activate versioning, PATH, and SDK requirements; interactive create_app banner notes the Flutter/Dart floor.

3.0.0 #

  • Release: Package version 3.0.0 (aligned with git tag v3.0.0).
  • Pubspec: repository and homepage set for pub.dev.
  • Dependencies: Constraints and dependency_overrides updated so resolution stays consistent across the plugin graph:
    • archive — unify transitive archive majors.
    • web — align web for current Dart/Flutter web stacks.
    • vibration — pin a current Android–compatible release.
    • permission_handler_html — git override (hpoul/flutter-permission-handler, ref permissiondescriptor) until pub.dev matches permission_handler / web APIs.
  • Dev: flutter_lints ^6.0.0.

1.0.0 #

  • Initial release.