tiki_localgraph 0.0.7 copy "tiki_localgraph: ^0.0.7" to clipboard
tiki_localgraph: ^0.0.7 copied to clipboard

discontinued
PlatformAndroidiOS

mobile implementation of the user specific kgraph

example/lib/main.dart

import 'package:flutter/material.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(MaterialApp(
    title: 'localgraph Example',
    theme: ThemeData(),
    home: Scaffold(
      body: Center(child: Text('localgraph')),
    ),
  ));
}