Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created October 20, 2025 18:56
Show Gist options
  • Save fredgrott/2450ff67358ab132f911a1a9441c4c2b to your computer and use it in GitHub Desktop.
Save fredgrott/2450ff67358ab132f911a1a9441c4c2b to your computer and use it in GitHub Desktop.
motor, base controller class
import 'package:motor/motor.dart';
final controller = MotionController(
motion: CupertinoMotion.bouncy(), // or Motion.duration(), etc.
vsync: this,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment