Skip to content

Commit 1d7da47

Browse files
bryansantosdeveBryan Santos
andauthored
refactor: updated sdk constraints and removed warnings (#149)
* fix: Code warnings and analysis_options.yaml config for 'strong-mode' * fix: Upgraded Dart SDK range and dependencies based on "Resolvable" parameter * fix: Downgraded flutter_test dependency * fix: Upgraded flutter test dev_dependency --------- Co-authored-by: Bryan Santos <bryansantos.fdtobc@gmail.com>
1 parent af6343b commit 1d7da47

12 files changed

+160
-155
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Removed code warnings and upgraded dart SDK range and each dependency to latest resolvable version available - [148](https://github.com/dartoos-dev/json_cache/issues/148).
13+
1014
## [3.0.1] - 2023-08-10
1115

1216
### Fixed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include: package:lint/package.yaml
22

33
analyzer:
44
strong-mode:
5+
implicit-casts: false
56

67
linter:
78
rules:

0 commit comments

Comments
 (0)