Skip to content

Instantly share code, notes, and snippets.

@sma
sma / example.dart
Last active July 12, 2023 03:00
A flutter example demonstrating a custom painter drawing selectable rects
// run in DartPad: <https://dartpad.dev/c6a9111d58c3deb83711106cec6152ee>
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(home: RectsExample()));
}
class RectsExample extends StatefulWidget {
@override
@dbarton-uk
dbarton-uk / .block
Last active November 14, 2016 12:19
d3-pathLayout
license: bsd-3-clause