mirror of
https://github.com/cyberbread-ru/notepad.git
synced 2026-07-14 12:51:01 +03:00
28 lines
412 B
YAML
28 lines
412 B
YAML
name: notepad
|
|
description: "A new Flutter project."
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.11.3
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
sqflite: ^2.3.2
|
|
path: ^1.9.0
|
|
dio: ^5.4.3
|
|
provider: ^6.1.2
|
|
uuid: ^4.4.0
|
|
shared_preferences: ^2.2.3
|
|
cupertino_icons: ^1.0.8
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|