-
## Steps to Reproduce
1. Run `flutter create my_app`.
2. Update the files as follows:
/lib/main.dart
```
import 'package:flutter/material.dart';
import 'package:my_app/my_widget.dart…
-
-
Hi
meta-ti recently add a lot of patches to enable the graphics on kirkstone. I tested weston-simple-egl today and works well so I decided to test Flutter.
First build complained about Vulkun l…
-
Hi,
tried to use your widget but it crashes.
here where i call it like the example:
Navigator.of(context).push(MaterialPageRoute(
builder: (BuildContext context) =>…
-
Description:
Recognizing the discomfort some users face with digital tools, this project aims to develop a Flutter-based UI component tailored to streamline form submission processes. The core conc…
-
## Steps to Reproduce
1. write integration test as instructed from https://flutter.io/docs/cookbook/testing/integration
2. mark one test case with tag "ios" as instructed from https://pub.dart…
-
- Document more about the environment variables
-
## 🏗 Flutter App Performance issue
Screen/Path | Line No | Performance Total Time (ms)
-- | -- | --
MultiImageStreamCompleter._emitFrame-(package:cached_network_image/src/image_provider/multi_ima…
-
I know nothing about mobile development or flutter. I'm wondering how this app is built and how difficult it would be to separate out the backend and run it on a server machine, with the client connec…
-
**Describe the bug**
I'm seeing the following error just about every time I run `build_runner` locally. It can be cleared up with a `flutter clean`. I can try and take a peek into `drift_dev` later…