Skip to content

Commit

Permalink
Fix pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyozer committed Aug 8, 2021
1 parent 78878f9 commit eb1eb7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter_material_color_picker:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: flutter_material_color_picker
description: Material color picker with some possible customizations for Flutter apps
version: 1.1.0
author: Jean-Charles Moussé <jeancharles.msse@gmail.com>
homepage: https://github.com/pyozer/color_picker

dependencies:
flutter:
sdk: flutter

environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

0 comments on commit eb1eb7b

Please sign in to comment.