glopos 0.1.1 glopos: ^0.1.1 copied to clipboard
View elements in a global scene through local windows. Create effects which visually connect separate UI elements.
import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(const GloposExampleApp());
}