-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
From the `native_add_app` example, run the following:
```sh
$ dart --enable-experiment=native-assets build .\bin\native_add_app.dart
$ .\bin\native_add_app\native_add_app.exe
Invoking a native f…
dnys1 updated
4 months ago
-
## Bug report
**Describe the bug**
I am using realtime database in my flutter app using firebase_database. I am running my app on local it's running okay but when it deploy it on firebase hosting …
-
the environment is:
mac mini , Apple M1, macOS Big Sur 11.4,
flutter sdk 1.22.2
pod 1.10.1
Sudo version 1.9.5p2
Sudoers policy plugin version 1.9.5p2
Sudoers file grammar version 48
Sudoer…
-
Type: Performance Issue
The code editor screen keeps freezing for some seconds from time to time while writing code. This started happening after I updated my windows 11 to new version (24H2). I tr…
-
Hi, I'm having an issue with getting a good response from the Apple Store, and I suspect it has to do with the package name that is being used to make the query.
## Background
We originally deci…
-
### これに関する既存の Issue はありますか?
- [X] 既存の Issue はありませんでした
### 動機
- アプリごとに適切なアプリ ID を設定する必要あり
- 手動で設定するのは面倒
- 早めに対応しておいたほうが影響範囲抑えられる
### 提案
- テンプレート機能を使い、新規リポジトリ作成時に自動で Issue を生成する
- 自動でアプリ ID 設定…
-
## Bug report
**Describe the bug**
adding firebase_core to project cause unexpected behave on run/build windows platform.
when run/build firebase_core included project in windows platform first t…
-
So the thing is I have activated the fvm package using dart pub global activate fvm and added Pub/Cache/bin to the path. I had also flutter, dart and git installed properly insalled. But when I do fvm…
-
The `matchesGoldenFile` generates incorrect result when choosing `chrome` as the platform.
Reproduce:
* Code:
```dart
testWidgets('Web golden bug MWE', (WidgetTester tester) async {
awai…