Skip to content

Commit

Permalink
revert to support flutter version >= 3.16.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored May 27, 2024
1 parent 32eb657 commit d0872f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 1.2.0
homepage: https://digital.sbb.ch/de/design-system/mobile/overview/

environment:
sdk: '>=3.4.0 <4.0.0'
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down

0 comments on commit d0872f5

Please sign in to comment.