platform/pubspec.yaml

16 lines
381 B
YAML
Raw Normal View History

2016-12-23 02:07:47 +00:00
author: "Tobe O <thosakwe@gmail.com>"
description: "angel_auth strategy for Twitter login."
environment:
2019-03-02 00:03:48 +00:00
sdk: ">=2.0.0 <3.0.0"
2016-12-23 02:07:47 +00:00
homepage: "https://github.com/angel-dart/auth_twitter.git"
name: "angel_auth_twitter"
2019-03-02 00:03:48 +00:00
version: 2.0.0
2016-12-23 02:07:47 +00:00
dependencies:
2019-03-02 00:03:48 +00:00
angel_auth: ^2.0.0
http: ^0.12.0
random_string: ^0.0.2
twitter: ^1.0.0
2016-12-23 02:07:47 +00:00
dev_dependencies:
2019-03-02 00:03:48 +00:00
logging: ^0.11.0
pedantic: ^1.0.0