This repository contains a sample app for listing Anime Filler List site content.
All the content showed in the app is fetched from a firebase-firestore via the official flutter plugin.
The firebase database was populated by JS scripts using puppeteer as a web scraper.
- Implement a routine to update the titles in firebase-firestore;
- Deveolop icons and splashscreens for the app;
- Local storage for titles and episodes data;
- Improve the titles search (the current implementation is really poor 🙈);
- Improve the episodes grid layout;
- Load title covers from firebase-storage;
- Implement some kind of user authentication for saving the preferences and favorites at the firebase-firestore.
This app is distributed under the MIT license found in the LICENSE file.