This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/src/moxplatform_platform_interface/pubspec.yaml

28 lines
616 B
YAML
Raw Normal View History

2022-04-28 13:33:42 +00:00
name: moxplatform_platform_interface
description: A common platform interface for the my_plugin plugin.
version: 0.1.0+1
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
dependencies:
flutter:
sdk: flutter
2022-04-28 19:29:20 +00:00
plugin_platform_interface: 2.1.0
2022-04-28 13:33:42 +00:00
moxplatform:
2022-04-28 19:27:49 +00:00
git:
url: https://codeberg.org/moxxy/moxplatform.git
2022-04-28 19:40:14 +00:00
rev: e5daebcfc773e9951413d8a2079673aaf6126030
2022-04-28 19:27:49 +00:00
path: src/moxplatform
#path: ../moxplatform
2022-04-28 13:33:42 +00:00
moxlib:
git:
url: https://codeberg.org/moxxy/moxlib.git
rev: 020c592d459654b7a807f115bd70809b3cf522bd
dev_dependencies:
flutter_test:
sdk: flutter