steam_login 1.0.1 copy "steam_login: ^1.0.1" to clipboard
steam_login: ^1.0.1 copied to clipboard

outdated

Library to authenticate users with Steam OpenID and functions to call steam WebAPI.

A library for Dart developers.

Get Started #

Add your library to pubspec.yaml

depedencies:
    steam_login: ^1.0.0

and import it in your code and initialize the Object using the current HttpRequest.

import 'package:steam_login/steam_login.dart';

OpenId openId = OpenId(request);

See example/steam_login_example.dart for a full example!

Features and bugs #

Please file feature requests and bugs at the issue tracker.

8
likes
0
pub points
52%
popularity

Publisher

verified publisherhexah.net

Library to authenticate users with Steam OpenID and functions to call steam WebAPI.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on steam_login