-
## Command
```
flutter pub upgrade --major-versions --dry-run
```
## Steps to Reproduce
1. Run `flutter pub upgrade --major-versions --dry-run` from project root
## Expected Output
Print -…
-
Hi,
I followed [the steps](https://github.com/flutter/flutter/tree/master/packages/integration_test#ios-device-testing) to implement integration_test for iOS and I get this error when I run the comma…
-
## Bug report
After adding the below code block for SingularLink(singular_flutter_sdk: ^1.0.12) in the iOS AppDelegate, my Firebase Dynamic Links (firebase_dynamic_links: 5.0.11) stopped working. R…
-
Hello,
A wonderful and amazing day for all of Us :)
First of all I would like to express my gratitude for this amazing tool and for all the other great stuff that you have made
I started to use t…
-
### Description
Failed to start DataStore when I call the method `Amplify.DataStore.start();` after detecting internet connection.
Log in crashlytics
```bash
DataStoreException(message: Fail…
ghost updated
2 years ago
-
models.proto:
```
syntax = "proto2";
package proto;
message MessageEnvelope {
}
```
I run these commands:
brew install protobuf
flutter pub global activate protoc_plugin
export PATH="$PA…
-
### Description
Something in the swift files is causing XCode to throw this error:
```
Swift Compiler Error (Xcode): 'let' property 'convert' may not be initialized directly; use "self.init(…
-
We're starting to investigate a couple of related language changes around tuples, pattern matching, and destructuring. These features touch on other things like "data classes", so I wanted to kick thi…
-
## Bug report
**Describe the bug**
Found a strange error when adding `cloud_firestore` to the Flutter project with the specific version below:
```yaml
...
environment:
sdk: '>=2.16.2
-
I see that there are options for setting how far a user has to drag in order to _open_ the slide out menu, yet there are no options for setting that same threshold for _closing_ the menu. On a tablet…