Closed MrLightful closed 4 months ago
This PR updates the package to the up-to-date state.
flutter_lints
^4.0.0
sdk: '>=3.0.0 <4.0.0'
pubspec.lock
compileSdkVersion
minSdkVersion
targetSdkVersion
app/build.gradle
✅ Tested in iOS simulator and Android emulator.
@abrarmalekji345 ready for review & merge
This PR updates the package to the up-to-date state.
Package
flutter_lints
dependency to^4.0.0
and fix corresponding linter errors;sdk: '>=3.0.0 <4.0.0'
;pubspec.lock
per pub's recommendations.Example project
compileSdkVersion
,minSdkVersion
andtargetSdkVersion
in android'sapp/build.gradle
.✅ Tested in iOS simulator and Android emulator.