dotted_line 2.0.1
dotted_line: ^2.0.1 copied to clipboard
This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.
2.0.1 #
- Add the API documents.
- Add analysis_options.yaml.
2.0.0 #
- Fixed a performance issue when displaying in ListView
From this version, this library is no longer dependent on ListView.
1.1.0 #
- Add
dashRadius
anddashGapRadius
parameters. - Change the default dash gap color from
Colors.white
toColors.transparent
. - Change
README.md
and the sample code.
1.0.3 #
- Change the sample code.
- Enabled build the sample code on the web.
1.0.2 #
- Remove top padding.
Thanks to @tuarrep for this release!
1.0.1 #
- Update description.
- Update README.
1.0.0 #
- Initial release.