1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
appwrite/app/sdks/client-flutter/pubspec.yaml

38 lines
1.2 KiB
YAML
Raw Normal View History

2019-09-20 18:33:11 +12:00
name: appwrite
2020-05-24 05:19:28 +12:00
version: 0.2.2
2020-04-19 16:04:00 +12:00
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
2020-04-06 16:55:38 +12:00
homepage: https://appwrite.io
2020-05-17 19:33:17 +12:00
repository: https://github.com/appwrite/sdk-for-flutter
2020-04-06 16:55:38 +12:00
issue_tracker: https://github.com/appwrite/sdk-generator/issues
documentation: https://appwrite.io/support
2019-09-20 18:33:11 +12:00
environment:
2020-03-27 02:20:07 +13:00
sdk: '>=2.6.0 <3.0.0'
2019-09-20 18:33:11 +12:00
dependencies:
2020-04-06 08:39:45 +12:00
meta: ^1.1.8
2020-04-09 05:26:18 +12:00
path_provider: ^1.6.5
2020-04-10 20:31:49 +12:00
package_info: ^0.4.0+16
2019-09-20 18:33:11 +12:00
dio: ^3.0.0
cookie_jar: ^1.0.0
2020-04-06 08:39:45 +12:00
dio_cookie_manager: ^1.0.0
2020-05-17 21:13:48 +12:00
flutter_web_auth: ^0.2.4
2020-04-09 05:26:18 +12:00
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true