An app where people can display their music profiles, including instruments/vocal skills. It allows people to start 'jam session' so as to find people to jam with.
Watch Video
-
Download the Flutter Development Kit.
-
For instructions on how to install watch:
-
Navigate to the folder you want to create the flutter project.
-
Using terminal, create new project:
flutter create <project-name>
-
Replace the existing
libfolder in the newly created flutter project with the lib folder of this repo. -
Replace the
pubspec.yamlwith the pubspec.yaml of this repo or add the dependencies and assets list in the file. -
To verify configurations, run:
flutter doctor -v
-
Setup firebase, firebase auth and cloud firestore.
-
For debugging, run the following on the command-line:
flutter clean flutter pub get flutter run
-
For any queries, see flutter docs
-
For deployment, see deploy flutter
- Download the apk file JamNode on your android device.
- Install the apk from the downloads folder.
- Give permission for system to download
files from unknown sources. - Wait for app to install.
| Cupertino Icons | Asset repo containing the default set of icon assets used by Flutter's Cupertino widgets. |
| Firebase Core | A Flutter plugin to use the Firebase Core API, which enables connecting to multiple Firebase apps. |
| Firebase Authentication | A Flutter plugin to use the Firebase Authentication API. |
| Cloud Firestore | A Flutter plugin to use the Cloud Firestore API to manage realtime database. |
| intl | Provides internationalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text. |
| Smooth Page Indicator | SmoothPageIndicator is a Flutter package that provides a set of animated page indicators with a variety of effects. |
| Flutter Login | FlutterLogin is a ready-made login/signup widget with many animation effects to demonstrate the capabilities of Flutter. |
| Lottie | Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile. |
| Liquid Pull to Refresh | A beautiful and custom refresh indicator for flutter |
| Flutter Carousel Slider | A customizable carousel slider for flutter. |
| Avatar Glow | An Avatar Glow Flutter Widget with cool background glowing animation. |
| Shimmer | Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design guidelines. |