Skip to content

Instantly share code, notes, and snippets.

@shaunstoltz
shaunstoltz / kanban_test.dart
Created July 4, 2020 04:46 — forked from cristianvasquez/kanban_test.dart
Example of a drag and drop Kanban in Flutter
import 'dart:collection';
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.