Reorderable list for flutter.

Overview

Reorderable List in Flutter

iOS-like proof of concept reorderable list with animations

Preview

Getting Started

See example/lib/main.dart for example usage

Highlights

Unlike flutter's ReorderableListView this one

  • Works with slivers so it can be placed in CustomScrollView and used with SliverAppBar
  • Supports large lists (thousands of items) without any issues

Other features

  • Smooth reordering animations
  • Supports different item heights
  • iOS like reordering with drag handle
  • Android like (long touch) reordering

Caveats

There are no API stability guarantees.

If you used previous version of reorderable list keep in mind that ReorderableListener now needs to be placed somewhere in ReorderableItem hierarchy in order to detect touch and trigger actual reordering (see the example).

Alternatively, you can wrap entire row in DelayedReorderableListener to get material like long-press reordering behavior.

You might also like...

This repo contains a list of helpful Flutter related questions you can use to interview potential candidates.

This repo contains a list of helpful Flutter related questions you can use to interview potential candidates.

Flutter Interview Questions This file contains a number of Flutter interview questions. Note: Keep in mind that many of these questions are open-ended

Dec 2, 2022

Grocery Basket Grocery List For Flutter

Grocery Basket Grocery List For Flutter

groceryList A new Flutter project. When you go for the shopping you want to create a list of items want to buy, so this application is help you to mak

Jun 16, 2022

Todo list app made with flutter.

Todo list app made with flutter.

todo-app-flutter (Closed) Currently implementing this app with Clean Architecture, TDD and BLoC Features: Add tasks, events and notes Daily view Month

Sep 25, 2021

A cross platform todo list app using flutter and dart programming language

A cross platform todo list app using flutter and dart programming language

Flutter Todos A cross platform todo list app using flutter and dart programming language. In this application, I used SQLite3 to persist data. The app

Dec 29, 2022

Task List application developed in Dart language with SDK Flutter for Android, iOS and Web

Task List application developed in Dart language with SDK Flutter for Android, iOS and Web

Task List application developed in Dart language with SDK (Software Development Kit) Flutter for Android, iOS and Web.

Jun 2, 2022

Simple markdown editor. with custom keyboard helper for making bold, italic, list, URL, photoURL, etc

Simple markdown editor. with custom keyboard helper for making bold, italic, list, URL, photoURL, etc

Flutter Markdown Editor A simple markdown creator/editor application, developer with flutter. special auxiliary keyboard features (for develop markdow

Dec 15, 2022

Create TODO LIST with Get Storage !

todo-list-get-storage Create TODO LIST with Get Storage ! dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font

Aug 24, 2022

My notes, todo list, and memories.

My notes, todo list, and memories.

My notes, todo list, and memories.

Dec 14, 2022

Kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do.We can add more tasks at any time and delete a task that is completed.

todo_application A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Nov 6, 2021
Owner
null
Reorderable list for flutter.

Reorderable List in Flutter iOS-like proof of concept reorderable list with animations Preview Getting Started See example/lib/main.dart for example u

null 1 Apr 13, 2022
A Flutter inplementation of the reorderable grid UI pattern, closely mimics Flutters exisiting ReorderableList

?? Reorderable Grid A full reorderable grid implemention similar to Flutters Reorderable_List. with full ReorderableGridView, ReorderableGrid and Sliv

Cas van Luijtelaar 35 Dec 20, 2022
A curated list of awesomeness for Flutter Linux.

Awesome Flutter Linux ?? A curated list of awesomeness for Flutter Linux. Packages Adwaita Icons - Package that contains all icons built for the Adwai

J-P Nurmi 111 Dec 26, 2022
A quick sample app on how to implement a friend list and a profile page in Flutter.

FlutterMates All code resides in the /lib folder: there's no Android / iOS specific code needed. The article, slides and how this came to be, is here.

Codemate Ltd 526 Dec 29, 2022
A fully open source visual to-do list Flutter application.

A fully open source visual to-do list Flutter application.

Abigail Mabe 1 Oct 24, 2021
A simple flutter app to list the movies added by user

flutter_application A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

null 2 Oct 5, 2021
Currencies converter and exchange rates list written in Flutter.

Currencies Currencies converter and exchange rates list written in Flutter. Currency exchange rates source: https://github.com/fawazahmed0/currency-ap

null 0 Oct 20, 2021
An open source task manager (todo list) app, developed using Dart language and Flutter framework.

Tasker An open source task manager (todo list) app, developed using Dart language and Flutter framework. Screenrecords     Screenshots                

Erfan Rahmati 42 Dec 29, 2022
A Flutter project that list all the repositories of any specific user

github_user_repos A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you starte

null 0 Dec 21, 2021