-
I am trying to close the `Animations`' `OpenContainer` using the `SliverAppBar`'s `onStretchTrigger`. This throws an exception.
## Steps to Reproduce
```
import 'package:animations/anima…
-
## Steps to Reproduce
1. ...flutter create flutterapp5
2. ...flutter run
## Logs
```console
[√] Flutter (Channel dev, 1.20.0-0.0.pre, on Windows, locale en-US)
• Flutter version 1.20.…
-
Unhandled exception:
type 'Null' is not a subtype of type 'String' in type cast
#0 new CachedPackage.fromJson (file:///home/xxx/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/li…
-
## Steps to Reproduce
1. Created app from template : https://github.com/mmcc007/google_maps_flutter_jitter.
2. Update the files as follows: https://github.com/mmcc007/google_maps_flutter_j…
-
## 概要
開発に当たって、ライブラリや機能についてリサーチした時のメモをこのissueに残していく。
-
I don't know if this is worth writing. But I just build my apk (`flutter build apk --split-per-abi`) and the output size was 10MB. But just a few commit back i was getting 20MB size.
And i haven't a…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows:
```
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends Sta…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Other
### Which platforms are affected?
iOS
### Description
After I installed…
-
## Steps to Reproduce
1. Create an `Ink.image` inside a `Column`
2. Set width property to `double.infinity`
3. Set fit to `BoxFit.fitWidth`
4. See that it doesn't change the height of the image,…
-
For a localization of the sort:
```"noAccount": "Don't have an account?",```
An error is thrown saying there are unbalanced escape quotes.
```
Error: Unbalanced escape quotes. To escape a single quote…