-
## Steps to Reproduce
1. download the example app : https://github.com/flutter/plugins/blob/0909e96c366f2f06643dd8f3be779a84aec37750/packages/google_sign_in/example/lib/main.dart#L100
2. add goo…
-
1. Create a new project
2. Add firebase_crashlytics package
3. Then run the project on iOS simulator, you will get the following error
Lexical or Preprocessor Issue (Xcode): 'ptrauth.h' file not …
-
微博内容精选
-
I want to switch to the front camera, but when I set `CameraLensDirection.front`, it has no effect.
```dart
CameraDescription camera = CameraDescription(
name: desc.name, lensDirection: C…
-
1.Demo Code
code sample
```dart
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWid…
-
See: https://github.com/flutter/plugins/runs/1333724714
`drive-examples` internally run `flutter drive`
I tried to run a test locally and the app failed to launch with this log:
```
[ +1 m…
-
When Keyboard is opened, whole screen resizes and content is pushed up along with bottom navbar even after setting **resizeToAvoidBottomInset** to false. I am facing this unexpected behaviour on…
-
E/flutter (26508): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementat
ion found for method getAll on channel plugins.flutter.io/package_info)
E/f…
-
I had reports of users telling my app restarts the device on android 7.0.0 I tried it on the emulator and that is true. I started trying a lot of things I thought it could be a package or something.
…
-
Steps:
1- While building my flutter project for android using emulator in windows 10, I was forced to follow the instructions in this link https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-…