-
Notifications
You must be signed in to change notification settings - Fork 8
MBX-3338: Full example flutter: Android segment #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MBX-3338: Full example flutter: Android segment #88
Conversation
| ) | ||
|
|
||
| if (!messageWasHandled) { | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здесь бы добавить хотя бы комментарий, в каком случае мы здесь окажемся. Аналогично и для Huawei
| google() | ||
| mavenCentral() | ||
| gradlePluginPortal() | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишняя строчка
|
|
||
| override fun onMessageReceived(remoteMessage: RemoteMessage) { | ||
| super.onMessageReceived(remoteMessage) | ||
| val channelId = "test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут бы прямо пример, как надо называть
| dependencies { | ||
| implementation 'androidx.multidex:multidex:2.0.1' | ||
| //https://developers.mindbox.ru/docs/firebase-send-push-notifications-flutter | ||
| implementation 'cloud.mindbox:mobile-sdk:2.8.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я бы версию mindbox вынес в переменную как ниже для $kotlin_version сделано
* MBX-3338-Example: remove old examples * MBX-3338-Example: add empty project * MBX-3338-Example: remove linux * MBX-3338-Example: remove macos * MBX-3338-Example: remove web * MBX-3338-Example: remove windows * MBX-3338: Full example flutter: flutter segment (#86) * MBX-3338-FullExampleFlutter-Flutter: flutter files * MBX-3338-FullExampleFlutter-Flutter: update flutter * MBX-3338-FullExampleFlutter-Flutter: update viewmodel * MBX-3338-FullExampleFlutter-Flutter: update readme * MBX-3338: Full example flutter: Android segment (#88) * MBX-3338-FullExampleFlutter-Android: android files * MBX-3338-FullExampleFlutter-Android: update android * MBX-3338-FullExampleFlutter-Android: update comments * MBX-3338-FullExampleFlutter-Android: update android * MBX-3338: Full example flutter: iOS segment (#87) * MBX-3338-FullExampleFlutter-iOS: iOS files * MBX-3338-FullExampleFlutter-iOS: add bg tasks * MBX-3338-FullExampleFlutter:add alert
mindbox-cloud/projects/69/views/1?pane=issue&itemId=60704788