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

powerfull package to access all current nekos.life api endpoints

Powerfull package to access all current nekos.life api endpoints. #

Features #

  • OwOifier: OwOify your texts
  • Spoiler: spoiler every single character from your text for discord
  • get random facts, names and why questions
  • get links to nekos.life images and gifs

Getting started #

Install the package to your app over pub with

pub add nekos

Usage #

functions need to be awaited and in an asynchronous function!

import 'package:nekos/nekos.dart';

void main() async {
    final neko = Nekos();
    String fact = await neko.fact();
    String imgPath = await neko.lewd();
}

Additional information #

Report issues to https://github.com/dc-flo/nekos/issues!

List of methods:

  • fact
  • owoify
  • cat
  • name
  • spoiler
  • why
  • smug
  • woof
  • gasm
  • eightBall
  • goose
  • cuddle
  • avatar
  • slap
  • pat
  • gecg
  • feed
  • foxGirl
  • lizard
  • neko
  • hug
  • meow
  • kiss
  • wallpaper
  • tickle
  • spank
  • waifu
  • lewd
  • ngif
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

powerfull package to access all current nekos.life api endpoints

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http

More

Packages that depend on nekos