Flashlist is a crossplatform app (currently only Android), allowing the user to create, share and manage lists, so you don't have to search through whatsapp conversations.
This App is built with Flutter and Firebase so if you haven't already, install the Flutter-SDK AND install Firebase CLI
To clone the app, navigate to the desired folder on your machine and run the following command in your terminal
git clone git@github.com:BenAuerDev/flashlist.gitAfter that you can install all dependencies by running this command from the project-root directory
flutter pub getThen install the FlutterFire CLI by running the following command from any directory
dart pub global activate flutterfire_cliTo configure your clone of Flashlist with your own Firebase Backend run
flutterfire configureYour terminal window will then prompt you with questions regarding set up steps.
After your project is configured, all you need to do is to run
flutter run