-
# Description
- I wanna imitate a splash screen when starting the app for the first time.
- The following is my code:
``` dart
/// main.dart
import 'package:flutter/material.dart';
import 'packa…
-
I installed the plugin as usual. Calling the methods however throws missing plugin exception.
```
19:08:21.757 26 info flutter.tools [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingP…
-
### Problem statement
The WebDX group has created an approximation called "[Baseline - high](https://github.com/web-platform-dx/web-features/blob/main/docs/baseline.md#wider-support-high-status)" t…
-
This is an attempt to centralize discussion about using `@(warnings/typing_extensions).deprecated()` in typeshed to convey "typing-only" deprecations, not just runtime-related ones. I'm currently tryi…
-
I got pushed an Amazon update this morning, and I can't get FireStarter to install at all. Had it working well until the newest update (5.0.5.1), but all traces of it seem wiped from my FTV2. Have t…
-
I think a mail or similar should go out if eg:
1 . We receive or import no "jsons" in an hour
2. Diskspace runs out on the nodes
3. The "well known" docker containers are not running
4. ....
Lets…
-
Error Info:
```console
Looking up a deactivated widget's ancestor is unsafe.
At this point the state of the widget's element tree is no longer stable.
To safely refer to a widget's ancestor in i…
-
## Steps to Reproduce
1. Clone repo: https://github.com/gladimdim/push_history_bug.
2. Switch to Flutter beta channel & enable web
```
flutter channel beta
flutter upgrade
flutter doctor…
-
# Rationale
Many node owners on discord are having problems with syncing or peer checking, and the answer is almost the same thing. Doing something like `geth doctor` would print out if:
- the d…
-
The `result` passed to `Navigator.pop(context, result)` never reaches the `PersistentBottomSheetController.closed`.
I think maybe the problem is [here](https://github.com/flutter/flutter/blob/fba99…