-
### What package does this bug report belong to?
go_router_builder
### What target platforms are you seeing this bug on?
Web
### Have you already upgraded your packages?
Yes
### Dependency versi…
-
英語、中国語とか対応してみたい
-
Under windows, how to compile Android library files?
-
## Steps to Reproduce
```
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
home: Scaffold(
body: Builder(
builder: (context) => Elev…
ghost updated
5 months ago
-
when i build the project,build failed with this log
*envirment:
androidstudio version : 2024.1.2
android_gradle_plugin version:4.1.0
gradle version :gradle-6.7.1
compileOptions {
sourc…
-
### 因为版本需要,需要升级Gradle version ,之后Android plugin Version版本也需要升级,之后出现了
``
Error:C:\Users\lenovo\Desktop\gapp\unicorn\build\intermediates\incremental\mergeDebugAndroidTestResources\merged.dir\values\va…
-
## Problem
I am trying to use Flutter as a status bar application for macOS, an application that is bound to a status bar button that shows a `NSPopover` when pressed. But the problem I am havi…
-
Hello dev:
As title, `InkWell` makes the page of `PageView` auto `KeepAlive`, thanks.
https://github.com/flutter/flutter/blob/33403bd28ee09632d4a08f82d0ed0d8b2490d3c8/packages/flutter/lib/src…
-
## Steps to Reproduce
1. Create a flutter app with webview_flutter as dependency. I've used version 3.0.0, but it seems to occur in older ones too.
2. Use this as your main.dart:
```dart
import 'p…
Aulig updated
9 months ago
-
CachedNetworkImage has memCacheWidth/memCacheHeight to reduce image memory, I think it implement by ResizeImage when look CachedNetworkImage src. But it's not work in gif, how to solve it?
```
Resiz…