-
### What happened?
Build and sync started to fail when I installed the package giving the log output.
### Steps to reproduce?
```Markdown
1. Install the package.
2. Try to run on Android emulator …
-
I really hope this already exists and I missed it somehow but, I'd honestly love to have that feature included in the camera plugin.
It should have the usual modes [OFF, AUTO, ON] and should be cha…
-
Reference: https://docs.flutter.dev/development/packages-and-plugins/developing-packages#plugin-ffi
Currently, `flutter create -t plugin_ffi` generates a C library directly consumable by Flutter on…
-
Since I upgraded to Xcode 14, my Flutter project doesn't run because of Signing issues of iOS pods
Error:
```console
Could not build the precompiled application for the device.
Error (Xcode): Si…
-
## Steps to Reproduce
1. Use `RepaintBoundary` in your layout, with an `Image` as a child.
2. Use `RenderRepaintBoundary` to render an image of the layout as described in [the docs](https:…
-
The project always builds well in ios, but after pub upgrade, it does not build in ios.
I don't know what the problem is.
# Podfile
```
# firebase analytics
$FirebaseAnalyticsWithoutAdIdSuppor…
-
## Steps to Reproduce
1. Execute `flutter run` on a new Flutter project
2. Navigate to `android/gradle/wrapper/gradle-wrapper.properties`
3. Change `distributionUrl` to: `distributionUrl=https\:/…
-
### 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/do…
-
## Steps to Reproduce
I am creating plugin for Phone retriever using GoogleAPIClient. Below is my plugin class code
1. ...
```
public class PhoneRetrieverPlugin implements FlutterPlugin,
…
-
1. ...i'm following a guide for making a login app in flutter
2. ...i followed all steps but while compiling the application with firebase integration i had this error
3. ...i've have tried everyt…