Skip to content

Commit

Permalink
Set minimum Flutter 3 for platform interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed May 15, 2023
1 parent 097e04d commit 6692354
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions just_audio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.1

* Update minimum flutter version to 3.0.

## 4.2.0

- Add InitRequest.androidOffloadSchedulingEnabled.
Expand Down
7 changes: 4 additions & 3 deletions just_audio_platform_interface/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
include: package:flutter_lints/flutter.yaml

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-inference: true
strict-raw-types: true

linter:
rules:
Expand Down
6 changes: 3 additions & 3 deletions just_audio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the just_audio plugin. Different pl
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 4.2.0
version: 4.2.1

dependencies:
flutter:
Expand All @@ -17,5 +17,5 @@ dev_dependencies:
mockito: ^5.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
sdk: ">=2.14.0 <4.0.0"
flutter: ">=3.0.0"

0 comments on commit 6692354

Please sign in to comment.