Charles Dyason
Charles Dyason
Flutter Doctor ``` [✓] Flutter (Channel stable, 3.0.1, on Arch Linux 5.18.12-arch1-1, locale en_US.UTF-8) • Flutter version 3.0.1 at /home/cybex/.flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision fb57da5f94 (3 months...
**_This isn't an issue, more just a suggestions and an fyi._** Using latest Flutter (stable), there is an upgrade/update conflict with [flutter_test](https://github.com/flutter/flutter/tree/master/packages/flutter_test) with [collections](https://pub.dev/packages/collection) 1.16.0 dependency. **Cause** As of [Flutter...
Hi Came across a `ArrayIndexOutOfBoundsException` - the specifics around the exception eludes me at the moment as I saw this in a Firebase crash report. _I will try and update...
Sample use-cases: - Upon entering card number, show check indicating field valid - Validate form fields manually & enable 'save' or 'update' card buttons. Upon entering all required information, calling...
I am new with ElectronJs & React, but more familiar with the standard NodeJS. _I wish to get more familiar with electron-react-boliderplate, not finding much docs, I go to the...
**_not a bug._, Feature / aesthetic request** What are the steps to reproduce this issue? ------------------------------------------- 1. `git-secret add functions/.runtime.confg` 2. `rm functions/.runtime.confg` 3. `cd functions` 4. `git-secret reveal` What...
Add missing key pressed to `_onKeyPressed` event for sending individual digits.
Hi Milad, thanks for your awesome work. This issue and conversation follows from Issue https://github.com/Milad-Akarie/auto_route_library/issues/1207. As a reference, please see PR https://github.com/Milad-Akarie/auto_route_library/pull/1836 as I'll be referring to this refactored web_demo...
Refactored web_demo example, added route observers, improved folder structure and widget seperation with additional logging output for easier comprehension.
Makes countryList availble for package scope and any implementing apps for specific use-case usage.