Skip to content

Commit 66f3b4d

Browse files
Tweak.
1 parent 51bae20 commit 66f3b4d

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

  • Template/MobileTemplate/flutter_template
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# How to use
22
Add 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

77
If the authentication server uses a self-signed certificate,
88
add the certificate to the following location to allow for self-signed certificates.
99
This 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

1313
To change the authentication server to be used,
1414
change 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

0 commit comments

Comments
 (0)