43 lines
983 B
YAML
43 lines
983 B
YAML
name: accessible_terminal
|
|
description: A new Flutter project.
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0' # Using a modern Dart SDK version
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# State Management
|
|
flutter_riverpod: ^2.4.0 # Or the latest stable version
|
|
riverpod: ^2.4.0 # Or the latest stable version
|
|
|
|
# SSH Library
|
|
dartssh2: ^2.10.0 # Or the latest stable version
|
|
|
|
# Typography
|
|
google_fonts: ^6.1.0 # Or the latest stable version
|
|
|
|
# Optional: For better text handling if needed for i18n
|
|
intl: ^0.18.0 # Or the latest stable version
|
|
|
|
cupertino_icons: ^1.0.2
|
|
shared_preferences: ^2.5.4
|
|
file_picker: ^10.3.8
|
|
wakelock_plus: ^1.4.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0 # Or the latest stable version
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg |