flutter_launch_arguments_ffi 0.1.2
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
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