mirror of
https://github.com/chenasraf/unaconfig_dart.git
synced 2026-05-17 17:48:07 +00:00
chore: remove unnecessary deps
This commit is contained in:
@@ -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
|
||||
|
||||
11
pubspec.yaml
11
pubspec.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user