mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 15:12:50 -04:00
progress
This commit is contained in:
parent
e9da652e9a
commit
525baea32c
7 changed files with 9 additions and 373 deletions
|
@ -7,7 +7,6 @@ import 'package:loggy/loggy.dart';
|
|||
import 'package:veilid_example/veilid_theme.dart';
|
||||
|
||||
import 'log_terminal.dart';
|
||||
import 'config.dart';
|
||||
import 'log.dart';
|
||||
import 'history_wrapper.dart';
|
||||
|
||||
|
@ -110,8 +109,8 @@ class _MyAppState extends State<MyApp> with UiLoggy {
|
|||
|
||||
Future<void> toggleStartup(bool startup) async {
|
||||
if (startup && !_startedUp) {
|
||||
var updateStream = await Veilid.instance
|
||||
.startupVeilidCore(await getDefaultVeilidConfig());
|
||||
var updateStream = await Veilid.instance.startupVeilidCore(
|
||||
await getDefaultVeilidConfig("Veilid Plugin Example"));
|
||||
setState(() {
|
||||
_updateStream = updateStream;
|
||||
_updateProcessor = processUpdates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue