A firebase based app which allows users to login using there google account.
Note: This project won't be maintained on a regular basis this is just for my college project. For more check contributing.
Screenshots are just for reference use the apk to get a better idea.
Login Screen | Google Screen | Home Screen |
---|---|---|
![]() |
![]() |
![]() |
All the packages used in this project are listed below, they are all available on pub.dev.
git clone https://github.com/ishan170/neom.git
cd neom
flutter pub get
flutter run
Debug apps tend to work slower than release apps, so it is recommended to build release apps using your own keystore. For now you can build debug apps using the following command:
flutter build apk --debug
Pull requests are welcome, but please open an issue first to discuss what you would like to change.
Steps to contribute:
- Fork the Repository.
- Create your feature branch (
git checkout -b feature
). - Commit your changes (
git commit -m 'Added some feature'
). - Push to the branch (
git push origin feature
). - Open a pull request.
- Wait for review.