Skip to content

Instantly share code, notes, and snippets.

View cconstab's full-sized avatar

Colin Constable cconstab

  • https://github.com/atsign-foundation
  • Mariposa California
  • X @cconstab
View GitHub Profile
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 {
@cconstab
cconstab / AI6BH_ic7100.dart
Last active December 10, 2021 19:56
Grab my ic7100 ham radio public information
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);
}
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.
```