Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokéJisho Core

A Dart core for future PokéJisho projects.

Still very much under construction. Expect the API to break and change.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:pokejisho_core/pokejisho_core.dart';

void main() async {
  final pokeJishoCore = PokeJishoCore();
  await pokeJishoCore.loadEntries();

  final results = pokeJishoCore.find('ピカチュウ');

  print(results[0].english);
  // Pikachu
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A dart core for PokeJisho.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages