flutter_launch_arguments 1.1.0
flutter_launch_arguments: ^1.1.0 copied to clipboard
A flutter plugin to retrieve Android and iOS launch arguments
Unreleased #
1.1.0 #
- Added Swift Package Manager support for iOS (CocoaPods still supported)
- Fixed
getBool,getIntandgetDoublereturning default values instead ofnullwhen a launch argument was stored as aString(e.g. viaadb shell am start --esor Maestro'slaunchApp arguments:) on both Android and iOS
1.0.1 #
- Enforced nullability for missing parameters
1.0.0 #
- First release