You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
290 B
19 lines
290 B
2 years ago
|
name: settings
|
||
|
version: 1.0.0
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.17.0 <3.0.0'
|
||
|
flutter: '>=3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
intersperse: ^2.0.0
|
||
|
rxdart: ^0.27.3
|
||
|
|
||
|
dev_dependencies:
|
||
|
nit_picking:
|
||
|
git:
|
||
|
url: https://github.com/stack11/dart_nit_picking
|
||
|
ref: f29382f
|