feat: initial Pyramid project scaffold
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
name: pyramid
|
||||
description: A flexible Matrix client with resizable panel layout.
|
||||
publish_to: none
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.11.1 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
# Matrix protocol & E2EE
|
||||
matrix: ^6.2.0
|
||||
flutter_vodozemac: ^0.5.0
|
||||
flutter_secure_storage: ^10.0.0
|
||||
sqflite_common_ffi: ^2.3.7+1
|
||||
sqlcipher_flutter_libs: ^0.6.8
|
||||
|
||||
# LiveKit video/audio/screen
|
||||
livekit_client: ^2.4.0
|
||||
flutter_webrtc: ^1.4.1
|
||||
webrtc_interface: ^1.5.1
|
||||
dart_jsonwebtoken: ^3.3.1
|
||||
|
||||
# State management & routing
|
||||
flutter_riverpod: ^2.6.1
|
||||
riverpod_annotation: ^2.6.1
|
||||
go_router: ^17.2.0
|
||||
|
||||
# UI
|
||||
dynamic_color: ^1.8.1
|
||||
google_fonts: ^6.2.1
|
||||
|
||||
# Utilities
|
||||
shared_preferences: ^2.5.5
|
||||
path_provider: ^2.1.2
|
||||
path: ^1.9.0
|
||||
intl: any
|
||||
http: ^1.6.0
|
||||
mime: ^2.0.0
|
||||
collection: ^1.18.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
dependency_overrides:
|
||||
webcrypto:
|
||||
git:
|
||||
url: https://github.com/google/webcrypto.dart.git
|
||||
ref: master
|
||||
flutter_webrtc: ^1.4.0
|
||||
|
||||
flutter:
|
||||
generate: true
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/
|
||||
Reference in New Issue
Block a user