flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
i want to create a calculator through getx.. for that i've been used textformField inside it i've used TextEditingController inside it i've been used the variable of getx controller and...
### WIP / Experimental > **Note** > There are still changes to be made here, and several things are exposed currently (to facilitate testing) that likely will not be exposed...
`Windows_android flavors_test_win` flakes 4 times today: https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4957/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4953/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4945/overview https://ci.chromium.org/ui/p/flutter/builders/prod/Windows_android%20flavors_test_win/4944/overview Error message: ``` _test_win] [STDOUT] stdout: [ ] executing: C:\opt\s\w\ir\cache\android\sdk\platform-tools\adb.exe -s ZY223C7M4J shell am force-stop com.yourcompany.flavors [flavors_test_win] [STDOUT] stdout: [...
## Description Allow user to load Chrome extension in Flutter Driver via argument `--load-extension`. Note that this change follow the implemention in PR #53275 to add `--chrome-binary` option. For example,...
## Steps to Reproduce 1. Execute `flutter run` on the code sample 2. When I set systemNavigationBar and statusBar color white, its torn dark. **Expected results:** ``` $ flutter run...
I am developing a task/productivity manager application - all looks good when tested on emulator, however once I build and upload to Play Store (currently is Android only) - when...
Similar to: #65536 After use GoogleMaps and try debug and release the screen is flickering with black screen and receiveing the error: `D/SurfaceView(10496): UPDATE null, mIsCastMode = false` usually when...
Makes sure to call `FreeLibrary` even if `GetProcAddress` fails. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x]...
Currently enabling the [custom-devices](https://github.com/flutter/flutter/wiki/Using-custom-embedders-with-the-Flutter-CLI) feature will only take effect on master channel: https://github.com/flutter/flutter/blob/9d59532a7bfff421049a3f1e8ee5cd3e9c97682a/packages/flutter_tools/lib/src/features.dart#L192-L199 While I can understand this is to make sure people don't forget it's not a "stable" feature,...
I am looking for some help debugging a new critical native crash that affects Mapbox Flutter plugin. The issue doesn't reproduce on Flutter 2.13 and is only present in Flutter...