Skip to content

Commit 51bae20

Browse files
Update README.md
1 parent a02fd40 commit 51bae20

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • Template/MobileTemplate/flutter_template
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# flutter_template
1+
# How to use
2+
Add the necessary information for push notifications.
23

3-
A new Flutter project.
4+
- \lib\token_monitor.dart
5+
- \android\app\google-services.json
46

5-
## Getting Started
7+
If the authentication server uses a self-signed certificate,
8+
add the certificate to the following location to allow for self-signed certificates.
9+
This file can be exported as a CER in DER from the location bar of the browser.
610

7-
This project is a starting point for a Flutter application.
11+
- \android\app\src\debug\res\raw\my_ca.cer"
812

9-
A few resources to get you started if this is your first Flutter project:
13+
To change the authentication server to be used,
14+
change the URL and parameters in the following file.
1015

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
16+
- \lib\main.dart"

0 commit comments

Comments
 (0)