This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:async'; | |
| import 'package:http/http.dart' as http; | |
| import 'dart:convert'; | |
| import 'package:flutter/material.dart'; | |
| Future<void> main() async { | |
| runApp(const MyApp()); | |
| } | |
| class MyApp extends StatefulWidget { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:http/http.dart' as http; | |
| import 'dart:convert'; | |
| void main() async { | |
| PublicHamRadio hamradio = PublicHamRadio(radioName: 'ic7100'); | |
| await lookupRadio('ai6bh','ic7100',hamradio); | |
| print(hamradio.vfoaFrequency); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When submitting to the stores include this description on how to get an @sign so the testers at the store can use your app. | |
| Do not check the box for passwords needed | |
| ``` | |
| Feel free to get a free @sign for testing. | |
| This can be done from the front screen clicking "SETUP NEW @SIGN" then "GENERATE FREE @SIGN". | |
| Then click "pair", this will ask for an email and then send a code. | |
| Type in the code and save the Key File if you want to reuse the @sign. | |
| ``` |
NewerOlder