flutter_launch_arguments_ffi 0.1.2 copy "flutter_launch_arguments_ffi: ^0.1.2" to clipboard
flutter_launch_arguments_ffi: ^0.1.2 copied to clipboard

Access command-line launch arguments on iOS and Android via FFI. Web-compatible with graceful degradation. Ideal for Maestro testing and debugging.

0.1.2 #

  • Improvement: Fix pub.dev scoring issues
    • Shorten package description to meet 180 character limit
    • Format Dart files to pass static analysis checks
    • Increase pub.dev score from 140/160 to 150/160

0.1.1 #

  • Bug Fix: Add graceful handling for desktop platforms and tests
    • Fix UnsupportedError crash when used on macOS, Windows, or Linux
    • Fix widget tests that use components calling FlutterLaunchArguments methods
    • Convert FFI library initialization from eager to lazy loading
    • Add platform guards to return null on unsupported platforms
    • Add comprehensive platform guard tests

0.1.0 #

  • Initial Release: FFI-based Flutter plugin to access command-line launch arguments
    • Support for iOS and Android via FFI (Foreign Function Interface)
    • Web platform support with graceful degradation
    • Parse multiple argument formats: --key=value, --key value, -key value
    • Boolean flag support with getBool() method
    • String value retrieval with getString() method
    • Get all arguments with getAll() method
    • Perfect for automated testing with Maestro
    • Comprehensive documentation and SPM integration guide
    • MIT License

0.0.1 #

  • Initial development release
0
likes
160
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

Access command-line launch arguments on iOS and Android via FFI. Web-compatible with graceful degradation. Ideal for Maestro testing and debugging.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_launch_arguments_ffi

Packages that implement flutter_launch_arguments_ffi