hypixel_dart 0.0.9 copy "hypixel_dart: ^0.0.9" to clipboard
hypixel_dart: ^0.0.9 copied to clipboard

An asynchronous wrapper for the Hypixel Network API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hypixel_dart

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

dependencies:
  hypixel_dart: ^0.0.9

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

Import it

Now in your Dart code, you can use:

import 'package:hypixel_dart/guilds/Guild.dart';
import 'package:hypixel_dart/HypixelAPI.dart';
import 'package:hypixel_dart/misc/Boosters.dart';
import 'package:hypixel_dart/misc/GameCounts.dart';
import 'package:hypixel_dart/misc/Key.dart';
import 'package:hypixel_dart/misc/PlayerCounts.dart';
import 'package:hypixel_dart/misc/Watchdog.dart';
import 'package:hypixel_dart/player/Leaderboard.dart';
import 'package:hypixel_dart/player/Player.dart';
import 'package:hypixel_dart/player/RecentGames.dart';
import 'package:hypixel_dart/player/Session.dart';
import 'package:hypixel_dart/skyblock/Auction.dart';
import 'package:hypixel_dart/skyblock/Bazaar.dart';
import 'package:hypixel_dart/skyblock/News.dart';
import 'package:hypixel_dart/skyblock/Profile.dart';
import 'package:hypixel_dart/tests/main.dart';
import 'package:hypixel_dart/utils/ConverterUtils.dart';
import 'package:hypixel_dart/utils/RequestBuilder.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An asynchronous wrapper for the Hypixel Network API

Repository (GitHub)
View/report issues
Contributing

License

GPL-3.0 (LICENSE)

Dependencies

http

More

Packages that depend on hypixel_dart