Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
♻️ hide label of color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenautjoe committed Feb 16, 2020
1 parent ad81b70 commit 9e24b80
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions lib/services/dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ class DialogService {
return showAlert(
content: SingleChildScrollView(
child: ColorPicker(
enableAlpha: enableAlpha,
pickerColor: initialColor,
onColorChanged: onColorChanged,
pickerAreaHeightPercent: 0.8,
),
enableAlpha: enableAlpha,
pickerColor: initialColor,
onColorChanged: onColorChanged,
pickerAreaHeightPercent: 0.8,
showLabel: false),
),
context: context);
}
Expand Down
9 changes: 8 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
flutter_secure_storage:
dependency: "direct main"
description:
Expand Down Expand Up @@ -328,7 +335,7 @@ packages:
name: image_picker
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.1+10"
version: "0.6.3+1"
intercom_flutter:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies:
ref: ricardo/develop2
path: packages/video_player
sprintf: "^4.0.0"
image_picker: 0.6.1+10
image_picker: 0.6.3+1
image_cropper: ^1.2.1
shimmer: ^1.0.0
share: ^0.6.1
Expand Down

0 comments on commit 9e24b80

Please sign in to comment.