first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
name: mangashelf_app
|
||||
description: A manga and comic book reader app
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=2.19.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# HTTP requests
|
||||
http: ^1.1.0
|
||||
|
||||
# Local storage for auth tokens
|
||||
shared_preferences: ^2.2.1
|
||||
|
||||
# File picker for uploads (future feature)
|
||||
file_picker: ^6.0.0
|
||||
|
||||
# Image caching
|
||||
cached_network_image: ^3.3.0
|
||||
|
||||
# Pull to refresh
|
||||
pull_to_refresh: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^3.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
# Add any custom fonts here if needed
|
||||
# fonts:
|
||||
# - family: CustomFont
|
||||
# fonts:
|
||||
# - asset: fonts/CustomFont.ttf
|
||||
Reference in New Issue
Block a user