Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=3.4.0 <4.0.0'
sdk: '>=3.7.0 <4.0.0'

dependencies:
dio: ^5.4.1
equatable: ^2.0.5
firebase_analytics: ^11.3.0
firebase_core: ^3.4.0
firebase_remote_config: ^5.1.0
firebase_analytics: ^11.4.0
firebase_core: ^3.5.0
firebase_remote_config: ^5.2.0
flutter:
sdk: flutter
flutter_dotenv: ^5.1.0
get_it: ^8.0.3
go_router: ^14.0.0
json_annotation: ^4.9.0
json_annotation: ^4.10.0
package_info_plus: ^8.0.0
retrofit: ^4.1.0
rxdart: ^0.28.0
Expand Down Expand Up @@ -45,9 +45,9 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^5.0.0
package_rename: ^1.5.3
build_runner: ^2.4.8
build_runner: ^2.4.12
retrofit_generator: ^9.1.7
json_serializable: ^6.9.3
json_serializable: ^6.10.0
mockito: ^5.4.4
custom_lint:
mvvm_lints:
Expand Down
4 changes: 2 additions & 2 deletions src/cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
repository: https://github.com/nventive/FlutterApplicationTemplate

environment:
sdk: '>=3.4.0 <4.0.0'
sdk: '>=3.7.0 <4.0.0'

dependencies:
args: ^2.4.2
Expand All @@ -16,7 +16,7 @@ dependencies:
http: ^1.2.1

dev_dependencies:
build_runner: ^2.4.8
build_runner: ^2.4.12
build_verify: ^3.1.0
build_version: ^2.1.1
lints: ^5.1.1
Expand Down
4 changes: 2 additions & 2 deletions src/mvvm_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version: 1.0.0
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.6.1
sdk: '>=3.7.0 <4.0.0'

# Add regular dependencies here.
dependencies:
custom_lint_builder: ^0.7.3
analyzer: ^7.3.0
analyzer: ^7.6.0
analyzer_plugin: ^0.12.0
# path: ^1.8.0

Expand Down
Loading