Giter VIP home page Giter VIP logo

flutteryomi's Introduction

Flutteryomi

I can't believe it's not Mihon!

Well, close enough.

A personal project for learning Flutter. An attempt to port Mihon's UI and (some) functionality to Flutter and its target platforms.

Running Locally

flutter run --verbose --fast-start

Localization

See Mihon's English localization file for naming and arrangement conventions when adding or editing .arb files. The app_name key-value pair is not included.

Update localizations by adding or editing the .arb files in lib/l10n. Then run:

flutter gen-l10n

Code Generation

Required when updating Riverpod providers, database models, etc.

See Drift's official documentation regarding the SQLite database.

dart run build_runner build

Updating Custom Icons

Configure generator using icon_font.yaml.

See icon_font_generator for more information.

dart run icon_font_generator:generator

Migrations

dart run drift_dev schema dump lib/data/database.dart lib/data/drift/migrations/

Todo

  • Better structure for sources (bruh) (probably move from source/api/ and source/local/ to domain/source/api and domain/source/local, respectively)
  • License (esp. wrt. existing Tachiyomi license and permissions)
  • Replace toList() with cached (beware of memory tradeoffs)
  • Replace some stream maps with 'mapLatest' implementations (see https://stackoverflow.com/q/73932539)
  • Better downloader
  • Feature parity with Tachiyomi/Mihon
  • Platform-adaptive UI, i.e., using CupertinoApp alongside MaterialApp
  • XML to ARB for localization (tools exist but aren't bespoke)
  • Dart-specific optimizations and naming conventions

flutteryomi's People

Contributors

knotuntied avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.