forked from FooStudio/tinycolor
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update extension codes to remove usage of deprecated methods and add …
…new methods (#59) * fix: .toHsl() -> .toHSLColor() in extension * feat: .toHex8() in extension * style: reorder methods in extension * fix: replace .color usage to .toColor() in extension * style: format issues in extension * docs: add changelog for #59 * refacor: rename extensions.dart * docs: fix some readme header missing # * docs: add extensions section to readme for #59 * docs: remove extension usage in the constructors section in readme * docs: remove extensions update text from getting started in readme
- Loading branch information
1 parent
c17f8c4
commit 4e18bf5
Showing
4 changed files
with
44 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
library tinycolor2; | ||
|
||
export 'src/color_extension.dart'; | ||
export 'src/extensions.dart'; | ||
export 'src/conversion.dart'; | ||
export 'src/tinycolor.dart'; | ||
export 'src/util.dart'; |