Shawn
Shawn
# What this does Initial pass at a solution for #31 and beginnings of #34. It sets a core architecture that supports both declarative syntax `[ FadeInEffect() ]` and imperitive...
There are certain cases where it would be nice to just set the `end` value for a set of tweens, and have the tweens run when that end value changes....
It would be nice if this worked for Windows/Linux/Desktop
We would like this to wrap more tightly around the drop cap, so line 3 should wrap here.  Is there a setting for this that I'm missing? It seems...
**Status**: After much discussion, this https://github.com/flutter/flutter/issues/52207#issuecomment-782708343 suggestion emerged as a pretty good proposal. Basically, SliverList could short-circuit actually instantiating and laying out children if, once built, they are discovered to...
When showing the `AboutDialog`, we would like to add a 3rd button "PRIVACY", there is currently no method to do this. It would be nice if it acception some list...
I'd like to create a command, that will embed an existing page within another. Ex, we have a template page called "New Project Template". I'd like to make a command...
We are seeing several issues on the Web for both iOS and Android, and some that are iOS only. NOTE: **It appears these are mostly due to bugs in flutters...
Text should be selectable on web and desktop platforms (maybe all platforms?). Ideally it can be copy/pasted as well. Note: This will require having different scroll behaviors on the editorial...
Investigate the potential reductions in load time that could be had using deferred library loading - google maps plugin might be a good candidate For reference: - https://dart.dev/language/libraries#lazily-loading-a-library - https://docs.flutter.dev/perf/deferred-components#:~:text=Deferred%20loading%20is%20only%20performed,builds%20can%20still%20hot%20reload....