Matthew Whitaker
Matthew Whitaker
Interesting, thank you. I'll take a look
Fixed on master. Generated a golden test image and tested visually on iOS and macOS. The fix will be available in the 3.0.0 release
I created a fork that centers the selected date (you can use it at https://github.com/Sub6Resources/DatePickerTimelineFlutter). @iamvivekkaushik I would open a pull request, but I added quite a few breaking changes....
Yes, it looks very nice! Let's give it a try! I hope to push another prerelease of 3.0.0 this weekend, so I can test it out with that and see...
For example, as of the latest version (3.0.0-alpha.5): ```dart Html( data: yourHtmlData, style: { "body": Style(margin: EdgeInsets.zero), }, ) ``` The fact that the widget automatically wraps the html in...
Reopened. Will look into this
This branch got pretty messy with all the attempted fixes. Closing this and continued in #1147
That API definitely looks neat. I'll give it a try myself later today! I think if we can remove the burden of Selection logic from our library as much as...
Perhaps some sort of `ImageExtension` helper class (and perhaps a few helper subclasses) might make that possible. I'll look the current implementation over and see what could be done
Closing, since this is resolved in 3.0.0-alpha.5 (and later)