File tree Expand file tree Collapse file tree
Template/MobileTemplate/flutter_template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# How to use
22Add the necessary information for push notifications.
33
4- - \ lib\ token_monitor.dart
5- - \ android\ app\ google-services.json
4+ - / lib/ token_monitor.dart
5+ - / android/ app/ google-services.json
66
77If the authentication server uses a self-signed certificate,
88add the certificate to the following location to allow for self-signed certificates.
99This file can be exported as a CER in DER from the location bar of the browser.
1010
11- - \ android\ app\ src\ debug\ res\ raw\ my_ca.cer"
11+ - / android/ app/ src/ debug/ res/ raw/ my_ca.cer
1212
1313To change the authentication server to be used,
1414change the URL and parameters in the following file.
1515
16- - \lib\main.dart"
16+ - /lib/main.dart
17+
18+ For the settings of Private-Use URI Scheme Redirection and
19+ Claimed Https Scheme URI Redirection, please set them in the following files.
20+
21+ - /android/app/src/main/AndroidManifest.xml
22+ - /android/app/build.gradle
You can’t perform that action at this time.
0 commit comments