Husain Fadhilah
Husain Fadhilah
**Describe the bug** I've read your release changelog for [this version](https://github.com/leoafarias/fvm/releases/tag/3.0.0) which at first point it says fvm will automatically configure VSCode to use the correct Flutter SDK version. So...
I have to handle existing project of flutter app that previously use this package at 2.0.3+3 version but now it must be migrated to the latest one. Currently, I am...
# Background As we all know `multipart/form-data` generally can holds multiple files with same key. For example: ```curl curl --location 'http://localhost:8088/v1/upload' \ --form 'files=@"/Users/username/test_0.txt"' \ --form 'files=@"/Users/username/test_1.txt"' \ --form 'desc="this...
## Steps to reproduce 1. Clean process, no dart or flutter process running in the background 2. Open flutter project with vscode / any other IDE 3. Run `flutter run`...
There are 3 duplicates `firstWhereOrNull` extension util, so I decide to remove the duplicates and move to the correct location in `lib\get_utils\src\extensions\iterable_extensions.dart` to prevent from confusing and inconsistency possibility in...