Skip to content

Commit

Permalink
Document correction of example path
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Feb 15, 2021
1 parent 774f622 commit eacb850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to the **FlexColorPicker** package will be documented in thi

## [2.0.0-nullsafety.0] - February 15, 2021
* First version with null safety.
* A workaround to https://github.com/flutter/flutter/issues/71687 was introduced. The issue has not been resolved.
* A workaround to https://github.com/flutter/flutter/issues/71687 was introduced. The issue has not been resolved.
However, the workaround allows for the Wrap implementation that was changed to a Row in version 1.1.2, to be used
again.
* The almost full API configurable Web example and demo, was included in the package in example/demo/mina.dart together
with the previous default example in example/main.dart. Previously this Web example was in a separate GitHub
* The almost full API configurable Web example and demo, was included in the package in "example/lib/demo/mina.dart" together
with the previous default example in "example/lib/main.dart". Previously this Web example was in a separate GitHub
repository. The example was updated to make it responsive, to offer better usability on Web.

## [1.1.3] - December 22, 2020
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ packages:
flex_color_picker:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
name: flex_color_picker
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0-nullsafety.0"
flutter:
dependency: "direct main"
Expand Down

0 comments on commit eacb850

Please sign in to comment.