-
### Steps to reproduce
add shared_preferences using flutter pub add or directly using pubspec.yaml (tried with 2.2.2 and 2.2.1)
### Expected results
App launches
### Actual results
Buil…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Just look at the source :)
3. ...
**Expected results:**
When writing a plugin/package, we can do something like -
```
publi…
-
I'm trying to follow pigeon's add_to_app(books) example, but I'm getting this error:
Build was configured to prefer settings repositories over project repositories but repository 'maven' was added …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core, Auth
### Which platforms are affected?
iOS
### Description
I have paste…
-
i create a flutter plugin that run flutter app in flutter fragment but everything working fine when, i add shared_preferences package to my flutter app then it throw me missing plugin exception. Some …
-
Here's the console log
```
Microsoft Windows [Version 10.0.17134.706]
(c) 2018 Microsoft Corporation. All rights reserved.
D:\dev\rnd\flutterplugins>c:\tools\flutter\bin\flutter pub global run…
-
### 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)add native_video_player: ^1.3.1 ,video_player: ^2.8.2 packages in a new flutter project
2)run my given code
3)An ElevatedButton is there with play icon click it to …
-
#ask help how to fix this error when flutter build ios :'(
**How to Reproduce:**
1. flutter build ios
2. Build Failed
**Problem with:**
url_launcher-5.4.2
**Cronology:**
The apps is works…
-
I created a [swift-based audio plugin](https://github.com/rxlabz/flutter_audio). Everything works fine when I use it in a swift-based Xcode project.
But... when I try to add it as a dependency in a…