issues
search
2024-Saphy
/
App
Frontend repository
1
stars
0
forks
source link
Feat: Add Social Authentication(Kakao, Google), Create welcome and register screen UI
#11
Closed
boroboro01
closed
3 months ago
boroboro01
commented
3 months ago
Changes
Add Prompt font and images
AndroidManifest.xml (add kakao login scheme, package name)
Build.gradle (add function for load kakao api key from .env)
main.dart (add routes, kakao init)
Create Welcome screen
Create Register Screen
Several utils, widgets, services
Add mykey.jks to git.ignore(for google authentication)
Dependencies
flutter_dotenv: ^5.1.0
intl: ^0.19.0
cached_network_image: ^3.3.1
cupertino_icons: ^1.0.6
google_sign_in: ^6.2.1
dio: ^5.5.0+1
platform: ^3.1.5
shared_preferences: ^2.2.3
crypto: ^3.0.3
encrypt: ^5.0.3
kakao_flutter_sdk_user: ^1.9.0
kakao_flutter_sdk_talk: ^1.9.0
flutter_secure_storage: ^4.2.1
remedi_kopo: ^0.0.2
logger: ^2.4.0
Changes
Dependencies