Kyle Bradshaw

Results 16 issues of Kyle Bradshaw

Each time a sound effect is played, a new WebMediaPlayer is created, then suspended but never destroyed. This can be seen in chrome://media-internals by pressing the flippers a few times...

Null safety is coming to Dart/Flutter, and we need to be ready. It may require a fair bit of work. Current plan is to look to the library's upstream baseline...

Since this project was originally forked, the Flutter team has added more features to ExpansionTile that should be ported here: - [ ] `maintainState` - [ ] `tilePadding` - [...

The Google app's Assistant Snapshot view is _very cool_. Might be fun to support creating these styles of card. Initial observations: - Increased padding which stays consistent from collapsed to...

I'm sick of the god forsaken mess of unintelligible code that it currently is. No more ExpansionPanels. Make a dedicated page for each thing to be created. Hand-design each one.

Currently none of the forms are being validated. This is, for obvious reasons, not going to work.

Currently I have a lot of ``` if (!snapshot.hasData) { return Widget(); } ``` This does not account for if the Stream or Future has completed and just has no...

There's been some changes over time that I haven't been keeping updated.

I need to find a library that can automatically fill PDF forms. If this can be done in Dart, consider making it happen client-side. If not, consider the implications of...

- [ ] Remove "new" since it's optional. - [ ] Check for commas everywhere, so I can auto-format. - [ ] Convert strings to single-quotes