chore: remove unnecessary deps

This commit is contained in:
2024-01-13 12:13:33 +02:00
parent 9dc53df047
commit c74ef92cb0
2 changed files with 4 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
include: package:flutter_lints/flutter.yaml
include: package:lints/recommended.yaml
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

View File

@@ -4,18 +4,13 @@ version: 0.0.1
homepage: https://github.com/chenasraf/unaconfig_dart
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: ">=1.17.0"
sdk: ">=3.2.3 <4.0.0"
dependencies:
file: ^7.0.0
flutter:
sdk: flutter
path: ^1.8.3
yaml: ^3.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
lints: ^2.0.0
test: ^1.24.9