dotted_line 3.3.0
dotted_line: ^3.3.0 copied to clipboard
This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.
3.3.0 #
- Add
addRepaintBoundaryparameter to optionally wrap the dotted line with aRepaintBoundaryfor paint isolation. Default isfalse. - Widen the Dart SDK constraint to
>=2.12.0 <4.0.0to support Dart 3. - Replace the deprecated per-channel
ColorAPI in gradient calculation withColor.lerpto fix static analysis warnings. - Fix the
ruby-versionsetting in the Pre-release check workflow.
Thanks to @mem-5514-tahara for this release!
3.2.3 #
- Modify .github/workflows/check.yml, Gemfile & Gemfile.lock.
3.2.2 #
- Modify example/pubspec.yaml.
3.2.1 #
- Modify README.md.
Thanks to @mmustafasesudia for this release!
3.2.0 #
- Add
alignmentparameter.
Thanks to @filipe-varela @armandsLa for this release!
3.1.0 #
- Add
dashGradientanddashGapGradientparameters.
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
dashRadiusanddashGapRadiusparameters. - Change the default dash gap color from
Colors.whitetoColors.transparent. - Change
README.mdand 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.