-
I have a container app, that uses getx. It uses GetMaterialApp at its root. I have another flutter module included as a path dependency in container apps pupspec.yaml file. The module is totally indep…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows:
main.dart
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
…
-
UIKitView does not support color_filter. See below screenshot. The top half of the app is a regular flutter widget with a color filter and the bottom part is a platform view with the same color filter…
-
UIKitView does not support shader_mask. See below screenshot. The top half of the app is a regular flutter widget with a color filter and the bottom part is a platform view with the same shader_mask T…
-
## Steps to Reproduce
1. Create a new project (Flutter 2.5.0)
2. Create a new file second_page.dart
3. Paste code sample to main.dart and second_page.dart
4. Run on iPhone (only on iOS)
5. Tap …
-
We don't have any demos of navigation using `BottomNavigationBar` in the gallery (for instance something showing https://material.io/design/components/bottom-navigation.html#behavior).
The `BottomN…
xster updated
2 years ago
-
My previous issue #6785
I created a project with 20,000 files, the code suggestions in Android Studio are problematic, but they work fine in VSCode.
class name is `Hello_1` ... `Hello_19999`
…
-
### Steps to reproduce
This will only happen when you set an **initialLocation** for GoRouter, in our case to keep the last location the user visited.
It sometimes needs many tries until it's reprod…
-
### OpenIM Server Version
3.8.1
### Operating System and CPU Architecture
macOS (AMD)
### Deployment Method
Source Code Deployment
### Bug Description and Steps to Reproduce
### 1、先在本地源碼部署o…
-
Hello, when I quit your demo application so this error exception is showed:
```
E/ActivityThread( 5050): Activity com.darryncampbell.datawedgeflutter.MainActivity has leaked IntentReceiver com.darry…