Skip to content

Commit 9d00f6e

Browse files
committed
Release 2.0.0-nullsafety.2 document and link fixes.
1 parent f969afa commit 9d00f6e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the **FlexColorPicker** package will be documented in this file.
44

5+
## [2.0.0-nullsafety.2] - March 3, 2021
6+
Documentation and live Web demo link fixes.
7+
58
## [2.0.0-nullsafety.1] - March 3, 2021
69
There are many new features included in this version 2 pre-release. The new features can be explored with
710
[live Web example](https://rydmike.com/flexcolorpicker/). Its source code is also included in the package

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: color_picker_example
22
description: Simple example of how to use the FlexColorPicker package.
3-
version: 2.0.0-nullsafety.1
3+
version: 2.0.0-nullsafety.2
44

55
environment:
66
sdk: '>=2.12.0-0 <3.0.0'
77

88
dependencies:
9-
flex_color_picker: ^2.0.0-nullsafety.1
9+
flex_color_picker: ^2.0.0-nullsafety.2
1010

1111
flutter:
1212
sdk: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_color_picker
22
description: A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.
3-
version: 2.0.0-nullsafety.1
3+
version: 2.0.0-nullsafety.2
44
homepage: https://github.com/rydmike/flex_color_picker
55

66
environment:

0 commit comments

Comments
 (0)