f-leoni / lyrics2

A flutter app to search songs' lyrics
GNU General Public License v3.0
17 stars 1 forks source link

L Y R I C S 2

Find and read your favourite songs' lyrics by (part of the) text, Autor and title or by listening to your song!

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

or download latest F-Droid version from here

PROJECT DESCRIPTION

This project is a Flutter exercise but it's a complete app and it leverages some flutter features such as:

THIRD PARTY LIBRARIES

Lyrics uses some third party libraries such as:

FEATURES LIST

TODO:

DONE

COMMANDS

GENERATE LOCALIZATION FILES

flutter gen-l10n

GENERATE ICONS

flutter pub run flutter_launcher_icons:main

GENERATE BUNDLE

flutter build appbundle

GENERATE APK

flutter build apk flutter build apk --release

CLEAN PROJECT

flutter clean

CONNECT TO DB

adb -s emulator-5554 shell

run-as it.zitzusoft.lyrics_2 cd /data/user/0/it.zitzusoft.lyrics_2/app_flutter/ sqlite3 lyrics.db

.tables

View tables list

.schema favorites

describe table favorites

.schema settings

describe table settings