flutter_ua_client_hints icon indicating copy to clipboard operation
flutter_ua_client_hints copied to clipboard

Provide User-Agent Client Hints to a Flutter app.

Results 41 flutter_ua_client_hints issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://togithub.com/softprops/action-gh-release) | action | major | `v1` -> `v2` | ---...

dependencies

### What does this change? Fixes regression introduced in https://github.com/wasabeef/flutter_ua_client_hints/pull/89

Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies
javascript

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.1.5. Release notes Sourced from husky's releases. v9.1.5 What's Changed fixes #1494, support pre-merge-commit hook by @​RainMeoCat in typicode/husky#1497 New Contributors @​RainMeoCat made their first...

dependencies
javascript

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/) ([source](https://redirect.github.com/JetBrains/kotlin)) | `1.9.10` -> `1.9.25` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin:kotlin-stdlib/1.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.4` -> `8.10.2` | --- ### Release Notes gradle/gradle (gradle)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.3.2` -> `8.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.build:gradle/8.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

this only changes the function used for better compatibility with projects using older kotlin android plugin

Hi. I had an issue building a Flutter project for Android where this library is a transitive dependency. After investigating a few leads, I discovered that this project does not...