dotted_line 3.2.2 dotted_line: ^3.2.2 copied to clipboard
This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.
3.2.2 #
- Modify example/pubspec.yaml.
3.2.1 #
- Modify README.md.
Thanks to @mmustafasesudia for this release!
3.2.0 #
- Add
alignment
parameter.
Thanks to @filipe-varela @armandsLa for this release!
3.1.0 #
- Add
dashGradient
anddashGapGradient
parameters.
Thanks to @thibaultrousset for this release!
3.0.1 #
3.0.0 #
- Migrate to null safety.
- Upgrade pre 1.12 Android projects.
Thanks to @hlavki @amitkot @YoshihideSogawa @MarcinusX for this release!
2.0.2 #
- Reformatted dotted_line.dart.
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.