fake_cloud_firestore
Previously known as cloud_firestore_mocks. Fake implementation of Cloud Firestore. Use this package to unit test apps that use Cloud Firestore.
A flutter app to search songs' lyrics
Previously known as cloud_firestore_mocks. Fake implementation of Cloud Firestore. Use this package to unit test apps that use Cloud Firestore.
Load environment variables from a `.env` file.
v0.8.7Fully customizable, draggable and animated switch with multiple choices and smooth loading animation. It has prebuilt constructors for rolling and size animations.
An XML to JSON conversion package. Supports Badgerfish, GData, OpenRally and Parker conversions.
Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.
RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.
{"sdk":"flutter"}{"sdk":"flutter"}^6.1.0^1.3.0^0.15.1any^6.0.5^0.20.2^4.2.2^1.0.0+2^6.0.0^2.5.0^0.2.2^2.0.3^2.2.2^2.0.2^3.0.0^2.1.0^8.2.1^3.12.1^5.6.5^5.5.1^4.3.4{"git":{"url":"https://github.com/Fraleoni/genius_api_unofficial.git"}}^0.3.03.1.0^3.0.3^0.7.0^4.2.0^1.0.8{"sdk":"flutter"}{"sdk":"flutter"}^1.14.4^0.14.3^5.0.0English project snapshot. Visit GitHub for the latest content.
Find and read your favourite songs' lyrics by (part of the) text, Autor and title or by listening to your song!
or download latest F-Droid version from here
This project is a Flutter exercise but it's a complete app and it leverages some flutter features such as:
Lyrics uses some third party libraries such as:
1.0.0 Build 1 - First version ... 1.0.2 Build 2 - Autosearch while typing
flutter gen-l10n
flutter pub run flutter_launcher_icons:main
flutter build appbundle
flutter build apk flutter build apk --release
flutter clean
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