Skip to content

Commit

Permalink
Version: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Sep 7, 2023
1 parent 8704573 commit 54083af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document gathered all breaking changes and migrations requirement between m

### Summary

- Minimum flutter version 3.3.0
- Bumping Flutter SDK minimum version to `3.3.0`.
- Changed `enableMouseHover` in `TiltConfig` to `enableGestureHover`.
- To keep the tilt, you need to configure `TiltConfig(enableRevert: false, enableSensorRevert: false,)`.

Expand All @@ -29,7 +29,7 @@ Tilt(
)
```

#### To keep the tilt
#### To keep the tilt.

```diff
Tilt(
Expand Down

0 comments on commit 54083af

Please sign in to comment.