steam_auth 1.0.7 copy "steam_auth: ^1.0.7" to clipboard
steam_auth: ^1.0.7 copied to clipboard

Port of a C# library to work with Steam Mobile Authenticator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add steam_auth

With Flutter:

 $ flutter pub add steam_auth

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

dependencies:
  steam_auth: ^1.0.7

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_auth/steam_auth.dart';
2
likes
120
pub points
15%
popularity

Publisher

verified publisherprevter.tk

Port of a C# library to work with Steam Mobile Authenticator

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cookie_jar, crypto, dio, dio_cookie_manager, pointycastle, uuid

More

Packages that depend on steam_auth