Skip to content

Commit 9b53109

Browse files
Tweak.
1 parent d1e972c commit 9b53109

File tree

1 file changed

+6
-6
lines changed
  • Template/MobileTemplate/flutter_template

1 file changed

+6
-6
lines changed

Template/MobileTemplate/flutter_template/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ change the URL and parameters in the following file.
99

1010
- /lib/main.dart
1111

12-
If the authentication server uses a self-signed certificate,
13-
add the certificate to the following location to allow for self-signed certificates.
14-
This file can be exported as a CER in DER from the location bar of the browser.
15-
16-
- /android/app/src/debug/res/raw/my_ca.cer
17-
1812
For the settings of Private-Use URI Scheme Redirection and
1913
Claimed Https Scheme URI Redirection, please set them in the following files.
2014

2115
- /android/app/src/main/AndroidManifest.xml
2216
- /android/app/build.gradle
17+
18+
If the authentication server uses a self-signed certificate,
19+
add the certificate to the following location to allow for self-signed certificates.
20+
This file can be exported as a CER in DER from the location bar of the browser.
21+
22+
- /android/app/src/debug/res/raw/my_ca.cer

0 commit comments

Comments
 (0)