Dart widgets. It's mostly for my own use, but you're welcome to it. Please attribute it if you do, e.g. with a link to https://bill.jovial.com/. Offered under the MIT license.

Please file feature requests and bugs at the issue tracker.

Libraries

radio_group
A moderately cheezy implementation of a radio group. Dart's built-in RadioListTile was unattractive in my usage. It added too much whitespace, and I didn't find a way to align a column of them along the right side of the display. Also, RadioListTile doesn't make the whitespace to the right of the shorter text entries clickable.