-
pub get failed
command: "C:\src\flutter\bin\cache\dart-sdk\bin\dart __deprecated_pub --directory . get --example"
pub env: {
"FLUTTER_ROOT": "C:\src\flutter",
"PUB_ENVIRONMENT": "vscode.dart-c…
-
## Steps to Reproduce
I'm trying to run my app on a **Samsung Galaxy Tab Active (Model: SM-T365, Android: 5.1.1)** and whenever I take a picture using the camera when I tap to save the image it is …
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Can anyone help me on this? I have been able to achieve native iOS textfield behaviour in Flutter textformfield, I am unable to move or drag the cursor on middle of text, If I try too much it just giv…
-
- [ x ] I have updated Purchases SDK to the latest version
- [ x ] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md)
- [ x ] I…
-
## Your Environment
* Plugin version: 4.8.5 pointing straight to the github repo
* Platform: iOS
* OS version: 16.5
* Device manufacturer / model: iPhone 13 Pro
* Flutter info (`flutter do…
-
Hi, is a very common case for a `AsyncNotifier` is pressing a button that performs an action, such as submit a form, auth, a crud operation, etc. it always has an initial state, which is different fr…
-
Documentation mentions 2 ways of integrating flutter engine into existing app. First one is to use `pod` and second is to use generated frameworks directly. First one works fine, but second results in…
-
## Bug report
**Describe the bug**
This bug occurs when the app is terminated (not running) and i receive a push notification. The push notification is received and displayed as expected by the OS…
-
**Description**
Need to make a http call every 10 seconds.
**My current solution**
Inside a stateful widget, setup a periodic timer during init,
from there to trigger function in repo layer, the…