AllocBlock / aetherlist-flutter

Flutter implementation for AetherList.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aetherlist-flutter

Flutter implementation of AetherList.

running on https://www.foodiesnotalone.cn/aetherlist/web/index.html

This project is still under development, totally useless for users.

Getting started

To get started, first complete flutter installation, then run the following commands in terminal:

git clone https://github.com/AetherList/aetherlist-flutter.git
cd aetherlist-flutter
flutter packages get
flutter run

To run project as a web app, make sure you enable web support. Run the following commands in terminal:

flutter channel master
flutter upgrade
flutter config --enable-web

Notice: App may crashes in dev channel. Make sure flutter is changed to master channel.


Visit Flutter website for more information about Flutter.

About

Flutter implementation for AetherList.


Languages

Language:Dart 99.2%Language:Swift 0.3%Language:Kotlin 0.2%Language:Batchfile 0.2%Language:HTML 0.1%Language:Objective-C 0.0%