-
## Steps to Reproduce
1. Run flutter app
2. Update the files as follows: ...
Create a Button that changes its color depending on system mode (dark or light) and then change your System…
-
## Steps to Reproduce
long press on a textField, and all you get is "Select All" or "Paste".
However, with a normal iOS app, some word are usually specified and can be "cut" "copy etc.
1. Creat…
-
## Steps to Reproduce
Since the last Flutter upgrade, my dynamic menu is not working anymore. It was working fine since I started to use Flutter about two years ago. Below is an exerpt of my code:
…
-
Hello, everyone.
I was building an app using image_picker ( ^0.6.7+22 or ^0.6.7+21) in windows android studio 4.1.2
Regarding to my gradle version, I am using this.
> classpath 'com.android.to…
0xdhu updated
3 years ago
-
```
Failed to load asset at path: packages/build_web_compilers/src/dev_compiler/dart_sdk.js.
Status code: 404
Headers:
…
-
When I scroll through my app screen it shows an error. how can I fix it?
~~~
class TourPlanPreview extends StatelessWidget {
String tourName = "";
String tourPassword = "";
@override
…
-
Continuously losing connection to my Android device in VS Code. Hot reload works initially and then lost connection in a minute.
`flutter doctor` output :
```
Doctor summary (to see all details…
-
## Steps to Reproduce
1. While debugging my application I got a prompt in VS code that a flutter upgrade is available
2. I accepted the upgrade and after that my application builds with no err…
-
## Steps to Reproduce
Create an app.
build it .
run in release mode or run an apk from flutter build apk
### On the device
Error as is visible on device in --release mode.
![Screenshot …
-
## Steps to Reproduce
1. Run `flutter doctor --android-licenses`.
**Expected results:**
I expected that this would accept android licences to let me run my app without license-related …