Birju Vachhani

Results 15 issues of Birju Vachhani

- Update min Flutter version to `3.0.0` - Updates min dart sdk version to `2.17.0` (which is available with Flutter 3) so we could benefit from new language features.

TODOs - [x] Implement fonts code-gen. - [x] Implement --fonts-only flag for build command. - [x] Update help manuals. - [ ] Update readme about fonts code-gen and --fonts-only flag....

Now that Flutter and Dart has stable support for **Null Safety**, it could be the right time to migrate this package to **Null Safety**.

I know we can use `pickFiles()` to open file picker and `getDirectoryPath()` to choose a directory but my use case allows user to select files or directory or both at...

triage

TODOs - [x] Implement fonts code-gen. - [x] Implement --fonts-only flag for build command. - [x] Update help manuals. - [ ] Fix tests. - [ ] Update readme about...

If you copy an image file and paste it, `Pasteboard.image` is not null but the bytes are rendered in Flutter, it's not the actual image. Instead, it looks like this:...

need-more-information
pasteboard

This exposes the cursor position when the files are dropped. This can be useful for any use-case where the dropped file needs to be shown at the dropped position.

Since most of the packages are supporting windows now, it would be great to have `cloud_functions` package support windows for callable functions to unify behavior and code on all platforms!...

type: enhancement
plugin: functions
platform: windows

Hi all, Thank you for using this library and showing your support and interest for this library. Its been a long time since I moved away from native Android development...

I am getting this error when running following command to build exe for Windows! ```console flutter_distributor package --platform windows --targets exe --artifact-name=TargetMate-windows-0.6.6.exe ``` ### Crash: ```console Unhandled exception: BuildError BuildError...