1
1
# Flutter Core
2
2
3
- Projelerinizde kullanabileceğiniz çekirdek katman. [ Update: 22 .10.2022 ]
3
+ Projelerinizde kullanabileceğiniz çekirdek katman. [ Update: 23 .10.2022 ]
4
4
5
5
#
6
6
@@ -35,7 +35,6 @@ NOT: Gerekli kütüphaneler yüklü değilse hata alabilirsiniz.
35
35
- cloud_firestore
36
36
- firebase_auth
37
37
- firebase_analytics
38
- - firebase_messaging
39
38
- google_sign_in
40
39
- Cache Service
41
40
- hive
@@ -45,9 +44,12 @@ NOT: Gerekli kütüphaneler yüklü değilse hata alabilirsiniz.
45
44
- google_maps_flutter
46
45
- geolocator
47
46
- geocoding
47
+ - Notification Service
48
+ - awesome_notifications
49
+ - firebase_messaging
50
+ - onesignal_flutter
48
51
- Other
49
52
- path_provider
50
- - awesome_notifications
51
53
- screenshot
52
54
53
55
#
@@ -64,7 +66,6 @@ NOT: Gerekli kütüphaneler yüklü değilse hata alabilirsiniz.
64
66
- #### [ Realtime Database] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_database_service.dart )
65
67
- #### [ Firestore] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_firestore_service.dart )
66
68
- #### [ Firebase Auth] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_auth_service.dart )
67
- - #### [ Firebase Push] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_push_service.dart )
68
69
- #### [ Firebase Analytics] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_analytics_service.dart )
69
70
- #### [ Firebase Google Auth] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/firebase_services/firebase_google_auth_service.dart )
70
71
@@ -111,8 +112,10 @@ QR oluşturmak veya qr okumak için kullanabilirsiniz.
111
112
112
113
#
113
114
114
- ### Bildirim Servisi :
115
+ ### Bildirim Servisleri ( [ notification_services ] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/notification_services ) ) :
115
116
116
- - #### [ notification_service] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/notification_service )
117
+ - #### [ awesome_notification_service] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/notification_service/awesome_notification_service.dart )
118
+ - #### [ firebase_push_service] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/notification_service/firebase_push_service.dart )
119
+ - #### [ onesignal_service] ( https://github.com/cihatyalman/flutter_core/tree/master/lib/core/notification_service/onesignal_service.dart )
117
120
118
121
#
0 commit comments