-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
37 lines (34 loc) · 852 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: app_realtime_ext
description: A Realtime Clone from Appwrite Flutter sdk. The purpose of this is to extend the capability and separate from sdk-generator
version: 0.1.3+1
license: MIT
homepage: https://github.com/moshOntong-IT/app_realtime_ext
repository: https://github.com/moshOntong-IT/app_realtime_ext
issue_tracker: https://github.com/moshOntong-IT/app_realtime_ext/issues
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: "^3.3.0"
flutter: ">=3.19.0"
dependencies:
appwrite: ^12.0.4
cookie_jar: ^4.0.8
flutter:
sdk: flutter
http: ^1.2.1
logging: ^1.2.0
universal_html: ^2.2.4
universal_platform: ^1.1.0
web_socket_channel: ^2.4.5
dependency_overrides:
web_socket_channel: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.3
very_good_analysis: ^6.0.0