estradart 0.1.2 copy "estradart: ^0.1.2" to clipboard
estradart: ^0.1.2 copied to clipboard

outdated

A Basic Wrapper Anime Image API Created By Stawa Version Dart/Flutter

example/README.md

Import EstraDart #

Before you can import the EstraDart, you must install the following packages,

dart pub add estradart

or you can use flutter

flutter pub add estradart

Now you can import the EstraDart by typing,

import 'package:estradart/estradart.dart';

Simple Examples #

import 'package:estradart/estradart.dart';

void main() async {
  Estra a = new Estra();
  a.typeCat = "anigames";
  a.endPoint = "waifu";
  print(await a.outputJSON());
}

Confused? #

Don't worry! If you confused with our endpoint, you can use our Help function or you can search it on our documentation!

import 'package:estradart/estrahelp.dart';

// Available endpoints "All, Sfw, Nsfw, AniGames, Nsfw"
void main() async {
  var Helper = new Help();
  print(Helper.Sfw());
  print(Helper.Nsfw());
  print(Helper.AniGames());
  print(Helper.All());
}
2
likes
0
pub points
10%
popularity

Publisher

unverified uploader

A Basic Wrapper Anime Image API Created By Stawa Version Dart/Flutter

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

async, http

More

Packages that depend on estradart