Skip to content

Commit

Permalink
README, minimal sdk version and git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
caduandrade committed May 19, 2023
1 parent e048a38 commit 0e506c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: flutter pub get

- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* `TabbedView`
* The `draggableTabBuilder` has been replaced by `onDraggableBuild`
* Automatic creation of a `Draggable<TabData>`
* Minimum sdk version required: 2.14.0
* Minimum sdk version required: 2.19.0

### Migration custom drag feedback

Expand Down
Loading

0 comments on commit 0e506c3

Please sign in to comment.