diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2b1da7..5debdd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Downgrade flutter_lint version to support flutter version 3.10.x + ## 1.1.0 - Update flutter and dart version diff --git a/analysis_options.yaml b/analysis_options.yaml index 57d2af82..5b09b8cd 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,9 +1,10 @@ include: package:flutter_lints/flutter.yaml analyzer: + ## TODO(Jay): Make this both rules false when we upgrade the flutter_lint version strong-mode: - implicit-casts: false - implicit-dynamic: false + implicit-casts: true + implicit-dynamic: true errors: argument_type_not_assignable: error invalid_assignment: error diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3596b877..cd5a1ec2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the audio_waveforms plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=3.1.0 <4.0.0" + sdk: ">=3.0.0 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -41,7 +41,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.1 + flutter_lints: ^3.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index 14525095..2e261fdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: audio_waveforms description: A Flutter package that allow you to generate waveform while recording audio or from audio file. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/SimformSolutionsPvtLtd/audio_waveforms issue_tracker: https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^5.0.0 + flutter_lints: ^3.0.0 flutter: