Shawn
Shawn
For validation and progress code is overly engineered and not easy to follow, dips into dynamic typing as well which is a bit messy.
License?
Would it be possible to add a license definition to this project, preferably MIT?
Curious if there is a way to define `'/user/:id'` so that it will match `/user` `/user/` and `/user/1` ? Similarly, could we define `billing/:foo/:bar` so that only `:foo` is required...
To reduce loading times, try preloading the fontmanifest.json, described here: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload https://github.com/kevmoo/vote.dart/blob/9e8464659a3fd37cd1dd4873c30b4901a9e60943/vote_demo/firebase.json#L28
Should be able to press Alt + Zoom or something like that to simulate the pinch-to-zoom gesture on mobile. Maybe even a zoom slider for desktop?
It would be nice if there was some helper methods to programmatically create masks, dynamic Linear or Radial gradient images we can use for masking. As far as I can...
I have a time-picker wheel inside a SIngleChildScrollView, and am passing `ModalScrollController.of(context)` to the parent ScrollView. The problem is that when I try and select a time in the TimePicker,...
On Web, the main wonderous images pop-in instead of fading in when they are first loaded. Notice how they load choppy the first time, but on returning to them they...