-
Frontend
- Flutter
- Dart
-
Backend & Other Libraries
- Firebase Auth
- Cloud Firestore
- Firebase Core
-
API
- Coingecko API
-
Database
- Firebase
Authentication Screen |
---|
Coin Add Screen | Coin List Screen |
---|---|
1. Fork and clone this repository using
git clone https://github.com/soumyadeep6845/Coin-Nitro.git
cd Coin-Nitro/
2. Read the API Documentation here
3. Install the required dependencies using
flutter packages get
4. Connect any android device/emulator.
5. Run and install the app, using
flutter run
6. In case of general runtime difficulties, run
flutter clean
and then,
flutter packages get
7. In case of null safety issues regarding latest versions of flutter, run
flutter run --no-sound-null-safety
If you'd like to contribute, please fork the repository and then raise a PR with necessary changes. Thank you.
If you found this project useful, then please consider leaving a ⭐ on Github. Thank you 😄