mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-06-06 19:37:52 +00:00
24 lines
692 B
YAML
24 lines
692 B
YAML
name: appwrite
|
|
version: 2.0.0
|
|
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
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cookie_jar: ^3.0.1
|
|
device_info_plus: ^2.1.0
|
|
flutter_web_auth: ^0.3.1
|
|
http: ^0.13.3
|
|
package_info_plus: ^1.0.6
|
|
path_provider: ^2.0.3
|
|
web_socket_channel: ^2.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|