nekos 0.0.3 copy "nekos: ^0.0.3" to clipboard
nekos: ^0.0.3 copied to clipboard

outdated

powerfull package to access all current nekos.life api endpoints

example/example.dart

import 'package:nekos/nekos.dart';

void main(List<String> args) async {
  print(await Nekos().fact());
  print(await Nekos().why());
  for(var i = 0; i<5; i++){
    print(await Nekos().gecg());
  }
}
1
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

powerfull package to access all current nekos.life api endpoints

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on nekos