seeko 1.0.1
seeko: ^1.0.1 copied to clipboard
High-performance target navigation, motion, observation, and synchronization for native Flutter scrollables.
example/lib/main.dart
import 'package:flutter/widgets.dart';
import 'app.dart';
void main() {
runApp(const SeekoExampleApp());
}