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 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"
You can’t perform that action at this time.
0 commit comments