ua_client_hints 1.7.0
ua_client_hints: ^1.7.0 copied to clipboard
Provide User-Agent Client Hints to Flutter.
1.7.0 #
Feature
- Add macOS support.
Development
- Add macOS build to CI.
- Align the macOS CocoaPods deployment target with Flutter macOS minimum requirements.
1.6.0 #
Feature
- Add Web support.
Bug fix
- Respect the platform
mobileflag inuserAgentData().
Development
- Raise the minimum Dart SDK to 3.3.0 and Flutter to 3.19.0 for the Web interop implementation.
- Update selected toolchain dependencies manually:
huskyto9.1.7actions/setup-javatov5flutter_lintsto4.0.0- Gradle wrapper to
8.14.4
1.5.0 #
Feature
- Add Swift Package Manager support for iOS while keeping CocoaPods compatibility.
Development
- Update the iOS native package layout and raise the iOS deployment target to 12.0 for native builds.
1.4.0 #
1.3.1 #
Development
- #106 Update to Java 17 and Gradle 8.4 by @lemonderon.
1.3.0 #
Bug fix
- [BREAKING CHANGE] #101 Prefix UA with appName instead of brand by @sgrodzicki.
Before:
User-Agent: Apple/1.0.0 (iOS 17.2; iPhone; Simulator; x86)
After:
User-Agent: SampleApp/1.0.0 (iOS 17.2; iPhone; Simulator; x86)
1.2.2 #
Development
- Update Kotlin kotlin-stdlib-jdk7 to kotlin-stdlib
1.2.1 #
Development
- Update Flutter to >=3.0.0
- Update Gradle plugins to v8
1.2.0 #
Bug fix
- Wrong brand name.
1.1.3 #
Development
- Migrate jCenter to MavenCentral for android apps.
1.1.2 #
Feature
- Change Android compileSdkVersion to 33
- Update Flutter to >=2.10.0
Development
- Update Flutter to 3.3.0
- Update Dart to 2.18.0
1.1.1 #
Feature
- Update Dart SDK to >=2.14.0
- Require Android minSdkVersion to 22
Development
- Replace effective_dart to flutter_lints
1.1.0 #
Feature
- Update Flutter to >=2.0.0
- Update Dart to >=2.12.0