- Materialistic Design.
- Open Horoscope Api usage.
- Automatic Dark/Light Mode.
- Powered by Firebase.
- Authentication using Google.
- Phone Authentication.
- Email/Password Authentication.
- Email login with link.
- Login by Anonymous Mode.
- Dynamic theming.
- Flutter local notification.
- Autpmated notification scheduling.
- Facebook Login supported.
- FCM (Firebase Cloud Messaging) integration.
- Different languages integration.
- Google translation Api integration.
- Push Notifications/In-App Notification.
- More User Friendly Design & UX.
-
Add Flutter to your machine.
-
Login to your firebase console and download
google-services.json
file. -
Add
google-services.json
under project >> android >> app. -
Open this project folder with Terminal/CMD and run
flutter packages get
-
Run
flutter run
to build and run the debug app on your emulator/phone.
catcher: ^0.2.7
flutter_swiper: ^1.1.6
flutter_otp: ^0.2.9
#page_transition: ^1.1.4
tel_input: ^0.2.2
http: ^0.12.0 2
connectivity: ^0.4.4
webview_flutter: ^0.1.1
url_launcher: ^4.0.2
intl: ^0.15.7
share: ^0.6.2 3
datetime_picker_formfield: ^0.1.8
random_string: 0.0.2
firebase_auth: 0.14.0
google_sign_in: 4.0.2
flutter_facebook_login: 2.0.1
provider: 3.0.0
firebase_dynamic_links: 0.5.0
rxdart: 0.22.1
flutter_secure_storage: 3.2.1 1
package_info: 0.4.0 6
animated_text_kit: ^1.3.1
flutter_spinkit: "^2.1.0"
flutter_datetime_picker: ^1.2.8
#firebase_cloud_messaging: ^4.0.4 1
-change applicationId to your applicationId as in `google-services.json'
applicationId: "Your own applicationId"
If you try to build the project straight away, you'll get an error complaining that a key.properties
file is missing and Exit code 1 from: /Flutter-UI-Kit-master/android/gradlew app:properties:. To resolve that,
- Open r\my_horoscope\android\app\build.gradle file and comment following lines-
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}
buildTypes {
// release {
// signingConfig signingConfigs.release
// }
}
- Open r\my_horoscope\android\local.properties and add -
flutter.versionName=1.0.0
flutter.versionCode=1
flutter.buildMode=release
The project is currently built using the latest Flutter Master, with Dart 2 enabled.
To build the project, ensure that you have a recent version of the Flutter SDK
MIT License
Copyright (c) 2019 shivamkapasia0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.