A flutter app to accurately calculate the age of the user and their Zodiac sign.
Go to Releases tab and install the apk or click here.
- User enters the date of birth.
- The age and zodiac sign is shown when we press the calculate button.
- Connect to same wifi.
- Turn on wireless debugging in mobile device.
- Allow wireless debugging (when dialogue box appears).
- Get the ip address and port number from wireless debugging settings.
- Execute the following command
adb connect <ip address with port>
Then device name will be visible in available devices (in VS Code).
Run following commands
flutter pub get
flutter pub run flutter_launcher_icons:main