nekorush14 / lily-searcher

Unofficial Lily search application of AssaultLily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lily_searcher

Description

This software can search for Lily, Charm, Legion, etc. that appear in "Assault Lily".
The database uses fvh-P/assaultlily-rdf, which is an "unofficial RDF of Assault Lily".

Current Project state

Currently our app includes the following features:

Status Function Detail
Search Lily by name User can search lily with lily's name on search box.
Show Lily detail information Users can see detail information about Lily.
Search Charm by name User can search Legion with charm's name on search box.
WIP Show Charm detail information Users can see detail information about Charm.
TBD Search Legion by name User can search Legion with legion's name on search box.
TBD Show Legion detail information Users can see detail information about Legion.
TBD Bookmark Lily, Charm, or Legion Bookmark your favorite Lily, Charm, Legion.
TBD i18n support Currently, we are planning to support Japanese and English.

Requirement

  • Flutter: 2.10.0 Stable channel or later
  • Dart SDK: 2.16.0 stable or later
  • flutter_hooks: ^0.18.0
  • hooks_riverpod: ^1.0.2
  • freezed_annotation: ^1.0.0
  • simple_logger: ^1.9.0
  • http: ^0.13.3
  • intl: ^0.17.0
  • kana_kit: ^2.0.0
  • package_info: ^2.0.2
  • freezed: ^1.0.2+1
  • build_runner: ^2.1.2
  • json_serializable: ^6.1.1
  • shared_preferences: ^2.0.8

See pubspec.yml for details.

Usage

  1. Clone this repository

    git clone https://github.com/Danboruya/lily-searcher.git
  2. Get dependent packages

    cd lily-searcher
    flutter pub get
  3. Run the application

    flutter run
  • Currently, the platforms that have been confirmed to work are Android, Web, and Windows.
  • We haven't tested this application on all platforms Flutter supports,
    but the Flutter application works on Android, iOS, Web, Linux, Windows, and macOS by default.

Notice

This software is an unofficial, and is not software or service developed and provided with the permission of the original author.

LICENSE

This software is released under the Apache License 2.0, see LICENSE.

About

Unofficial Lily search application of AssaultLily

License:Apache License 2.0


Languages

Language:Dart 72.4%Language:C++ 13.6%Language:CMake 9.9%Language:HTML 2.5%Language:C 0.9%Language:Dockerfile 0.3%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%