flutter_user_agent
flutter_user_agent copied to clipboard
Retrieve Android/iOS device user agents in Flutter.
Adds null safety, bumps Podfile versions. This is my best guess at what should happen, after following: https://dart.dev/null-safety/migration-guide My ultimate goal is to support https://github.com/fluttercommunity/flutter_sms getting to null safety, and...
Installed with flutter_sms: ^2.1.1 ## flutter doctor -v [√] Flutter (Channel stable, 1.22.6, on Microsoft Windows [Version 10.0.19042.746], locale el-GR) • Flutter version 1.22.6 at L:\flutter • Framework revision 9b2d32b605...
1. [support null safety](https://dart.dev/null-safety/migration-guide) 2. [upgrading pre 1.12 Android projects](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects)
Hey guys! Thank you for this package. Really helpful. Do you have any plans in migrating to null-safety? Flutter 2.0.0 is already on stable and it requires null-safety. [Here's a...
in iOS, use this function. ``` FlutterUserAgent.getPropertyAsync('packageUserAgent'); ``` get followed value ``` /1.1.0.59 CFNetwork/1125.2 Darwin/20.2.0 (iPhone/11 iOS/13.4)) ``` What is last right parentheses? I think the illegal right parentheses is...
Migrated to AndroidX and example project compileSdkVersion changed to 29 from 27.