Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.16]
- Add a SliderProperty
- Bump web to 1.1.0

## [0.1.15]
- Bump version of flutter_colorpicker

Expand Down
1 change: 0 additions & 1 deletion lib/src/story.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class DashbookContext {
),
),
);

}

Color colorProperty(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dashbook
description: A showcase/sandbox library to help you build isolated widgets in Flutter
version: 0.1.15
version: 0.1.16
homepage: https://github.com/bluefireteam/dashbook

environment:
Expand Down
Loading