nobitex 1.0.0-alpha.6 copy "nobitex: ^1.0.0-alpha.6" to clipboard
nobitex: ^1.0.0-alpha.6 copied to clipboard

outdated

Dart wrapper for the Nobitex API

example/main.dart

import 'package:dotenv/dotenv.dart';
import 'package:nobitex/nobitex.dart';

void main() async {
  load();

  var nobitex = Nobitex();
  var profile = await nobitex.getProfile();

  print(profile);
}
2
likes
0
points
16
downloads

Publisher

verified publishermilad.nekofar.com

Weekly Downloads

Dart wrapper for the Nobitex API

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on nobitex