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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add steam_login

With Flutter:

 $ flutter pub add steam_login

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  steam_login: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:steam_login/steam_login.dart';
8
likes
120
pub points
54%
popularity

Publisher

verified publisherhexah.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on steam_login