p5_fusion_dart 1.0.5 copy "p5_fusion_dart: ^1.0.5" to clipboard
p5_fusion_dart: ^1.0.5 copied to clipboard

Library that can calculate fusions in Persona 5 game.

example/main.dart

import 'package:p5_fusion_dart/p5_fusion_dart.dart';

void main() {
  SkillRepository skillRepository = new SkillRepository();
  final PersonaRepository repo = PersonaRepository();
  final PersonaService service = PersonaService(repo);
  print(service.fuse(
      repo.getPersonaByName("Regent"), repo.getPersonaByName("Obariyon")));

  print(service.getFusionsFrom(repo.getPersonaByName("Arsene")));
  print(service.getFusionsTo(repo.getPersonaByName("Queen's Necklace")));
  print(service.getFusionsTo(repo.getPersonaByName("Arsene")));

  print(skillRepository.getSkill("Absorb Bless"));

  print(DLCPersona.izanagi.name);
}
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Library that can calculate fusions in Persona 5 game.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, path

More

Packages that depend on p5_fusion_dart