-
### 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/…
-
### Steps to reproduce
1. Run an integration test without changing ```tester.view.physicalSize```. (```flutter test integration_test/main.dart```)
2. See that UI is displayed.
3. Run an integratio…
-
I am trying to convert widget to image but when widget is very big then repaintBoundary.toImage() scaled down and image does not exceed above specific resolution.
ui.Image? image = await repaintBou…
-
Your solution solved my problem of translation per module explained [here](https://stackoverflow.com/questions/53533353/better-way-for-separating-localization-on-the-basis-of-module). I did that by ad…
-
Hey guys,
I am trying to login Firebase with facebook.
I am using firebaseauth:0.7.0 and flutter_facebook_login:
Here is my function for facebook login:
```
startFacebookLogin() async {
…
-
E/flutter (28696): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Failed assertion: boolean expression must not be null
E/flutter (28696): #0 _LoginState._login (package:flutter_ap…
-
E/flutter (28696): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Failed assertion: boolean expression must not be null
E/flutter (28696): #0 _LoginState._login (package:flutt…
-
https://user-images.githubusercontent.com/58595897/151553482-d8c685c1-2681-4872-a743-e00932d1e829.mov
Here I extend TextEditingController to highlight(also clickable) the keyword "ali". It is wor…
-
Hey!
I've tried to use your package in Flutter to display arbitrary objects on the screen as JSON, but got the following error when trying to start the app:
Dart Error: error: import of dart…
-
### Steps to reproduce
The spell checker functionality in a TextField widget is not working as expected. When trying to use a custom contextMenuBuilder and spellCheckSuggestionsToolbarBuilder in co…