Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

StawaDev/EstraDart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EstraDart

A Basic Wrapper Anime Image API with Many Features & User-Friendly Code

Features

  • Truth or Dare
  • Anime GIFs
  • Anime Waifu/Husbando Picture
  • OSU API Wrapper
  • User Friendly Code

Simple Examples

library Estra;

import 'package:estradart/estradart.dart';

void main() async {
  print(await EstraSFW.slap());
  print(await EstraAniGames.waifu());
  print(await EstraGames.truth());
}

// More examples on example folder!

Links