Skip to content

Commit

Permalink
feat: Added color dependency so that I don't have to manage it's code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Choyal committed May 18, 2023
1 parent 726ee95 commit db93b8d
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 795 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# [4.1.0-beta.2] - 18 May 2023
- Added color dependency to the package so that I don't have to manage code related to it.

# [4.1.0-beta.1] - 17 May 2023
- Updated Readme with examples on how to use new added dart 3.0 features
- Introduced MapBoxSearch.init() method to initialize the API Key for the package (This is not a breaking change since the API Key can be passed to every class that uses the package)
- Require Dart 3.0 to use the package
- Breaking Change:
- Instead of throwing exceptions, the package now returns `ApiResponse` Record which can be either `Success` or `Failure` and can be handled using `fold` method.
- Location class is now converted to a record.
Expand All @@ -10,6 +14,7 @@
- Fixed Parsing issue for Search Results
- Added maki_icons to enum_generating script to keepup with new icons
- This will be last version to support dart < 3.0
- Require Dart 2.19 to use the package

# [4.0.0-beta.1] - 25 April 2023
## Breaking Changes
Expand Down
10 changes: 9 additions & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.17.1"
color:
dependency: transitive
description:
name: color
sha256: ddcdf1b3badd7008233f5acffaf20ca9f5dc2cd0172b75f68f24526a5f5725cb
url: "https://pub.dev"
source: hosted
version: "3.0.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -47,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.1.0-beta.1"
version: "4.1.0-beta.2"
meta:
dependency: transitive
description:
Expand Down
49 changes: 0 additions & 49 deletions lib/colors/cielab_color.dart

This file was deleted.

75 changes: 0 additions & 75 deletions lib/colors/color.dart

This file was deleted.

79 changes: 0 additions & 79 deletions lib/colors/color_filter.dart

This file was deleted.

87 changes: 0 additions & 87 deletions lib/colors/color_parser.dart

This file was deleted.

5 changes: 0 additions & 5 deletions lib/colors/css_color_space.dart

This file was deleted.

37 changes: 0 additions & 37 deletions lib/colors/hex_color.dart

This file was deleted.

Loading

0 comments on commit db93b8d

Please sign in to comment.