-
Flutter CI fails for any diagnostics, including usage of deprecated APIs. In practice this means that APIs from packages used by any flutter code, and APIs in the SDK cannot be marked deprecated until…
-
For package updates that include breaking changes it can be sometimes useful to present the developer(package user) with a prompt showing a message provided by the package developer.
I think this w…
-
- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section
- [x] I have already searched for the same problem
## Environment
| Technology | Version …
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Tap "Sliver Persistent Header" Button
3. Too much Scroll Until it reach the bottom
**Expected results:** Gently a…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Scroll via `ScrollBar`
**Expected results:**
`ScrollBar` should be fully visible as if I had used `CustomScrollView`
**…
-
I am getting following error when trying to run mobile_scanner.
```
[!] CocoaPods could not find compatible versions for pod "GoogleMLKit/MLKitCore":
In Podfile:
google_mlkit_face_detectio…
-
## Use case
I'm building an app that would require completely animating `SliverAppBar` out of view (to the top) based on the `TabController.animation` values as shown below:
The following …
-
I originally added this to an existing issue but believe it warrants more visibility. In addition to the existing Android 12 and security patch problems reported in other issues, we need to determine…
-
I had a section in my app which contains a appbar a top section and tab bar which all of them are implemented with `NestedScrollView` and `MultiSliver`. It was working fine but it came up problematic …
-
My guess is that we will implement this via https://github.com/shorebirdtech/updater/issues/114, but i'm breaking it out into a separate issue in case there is a simpler solution.