flutter_launch_arguments_ffi 0.1.1
flutter_launch_arguments_ffi: ^0.1.1 copied to clipboard
FFI-based Flutter plugin to access command-line launch arguments on iOS and Android. Web-compatible with graceful degradation. Perfect for automated testing with Maestro, debugging, and feature flagging.
0.1.1 #
- Bug Fix: Add graceful handling for desktop platforms and tests
- Fix
UnsupportedErrorcrash 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
nullon unsupported platforms - Add comprehensive platform guard tests
- Fix
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