animated_reorderable_list 0.0.1
animated_reorderable_list: ^0.0.1 copied to clipboard
A Flutter Reorderable Animated List with simple implementation and smooth transition.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'home_page.dart';
void main() {
runApp(const MaterialApp(
title: 'Motion List Example',
home: HomePage()));
}