Skip to content

useinsider/dart-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insider Dart Sample App dart

For more information about flutter integration please check the link

Check the changelogs 👉 here

Before getting the build:

Common:

  1. Change the partner name with yours in the main.dart

Android:

  1. Add your partner name to manifestPlaceholders in the module-level build.gradle file
  2. Change the google-service.json file with yours
  3. Change the agconnect-services.json file with yours(if you are using huawei messaging service)
  4. Replace the applicationId with the one in your google-service.json file

iOS:

  1. Choose your team from the Xcode's Signing & Capabilities tab, under the Signing section
  2. Repeat the first step for all targets(InsiderDemo, InsiderNotificationContent, NotificationService)
  3. Change bundle identifier with yours and select desired App Group
  4. Repeat the previous step for all targets(InsiderDemo, InsiderNotificationContent, NotificationService)
  5. Change the App Groups for NotificationService.m and NotificationViewController.m files
  6. Change the App Group in the main.dart file
  7. Change the partner name for the URL Types, URL Schemes section(InsiderDemo)