graphx 0.9.1  graphx: ^0.9.1 copied to clipboard
graphx: ^0.9.1 copied to clipboard
Render API on top of CustomPainter to power-up your Flutter apps to the next level.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'demos/demos.dart';
void main() {
  runApp(
    MaterialApp(
      // home: SimpleShapesMain(),
      // home: SimpleTweenMain(),
      // home: DemoSvgIconsMain(),
      home: SimpleInteractionsMain(),
//       home: GraphicsClipperDemo(),
    ),
  );
}