mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-04-07 19:27:41 +00:00
35 lines
881 B
YAML
35 lines
881 B
YAML
name: appwrite
|
|
version: 11.0.1
|
|
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
|
|
homepage: https://appwrite.io
|
|
repository: https://github.com/appwrite/sdk-for-flutter
|
|
issue_tracker: https://github.com/appwrite/sdk-generator/issues
|
|
documentation: https://appwrite.io/support
|
|
platforms:
|
|
android:
|
|
ios:
|
|
linux:
|
|
macos:
|
|
web:
|
|
windows:
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cookie_jar: ^4.0.3
|
|
device_info_plus: ^9.0.2
|
|
flutter_web_auth_2: ^2.1.4
|
|
http: '>=0.13.6 <1.0.1'
|
|
package_info_plus: ^4.0.2
|
|
path_provider: ^2.0.15
|
|
web_socket_channel: ^2.4.0
|
|
universal_html: ^2.2.2
|
|
|
|
dev_dependencies:
|
|
path_provider_platform_interface: ^2.0.6
|
|
flutter_lints: ^2.0.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.4.0 |