Skip to content

Commit 2468974

Browse files
authored
Update README (#107)
* Clean up * Clean up * Remove resources from gitignore * Remove resources from gitignore * Remove resources from gitignore * Update README.md * Fix lint * Fix videos in README * Update README
1 parent 5c71ba0 commit 2468974

37 files changed

+22
-32
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ migrate_working_dir/
2828
.dart_tool/
2929
.packages
3030
build/
31-
/gif/
32-
/cta/
3331

.pubignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ migrate_working_dir/
2929
.packages
3030
build/
3131
/gif/
32-
/cta/
32+
/example/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Improvements
44
- Add `lockedItems` to make items locked and non-draggable.
5+
### Bug Fixes
56
- Fix issue with `nonDraggableItems` for different instances of the list.
67

78
## 1.1.4

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Labels on issues are managed by contributors, you don't have to worry about them
2929
* **non-library**: issue is not in the core library code, but rather in documentation, samples, build process, releases
3030

3131
## License
32-
By contributing to animated_reorderable_list, you agree that your contributions will be licensed under its Apache License, Version 2.0. See LICENSE file for details.
32+
By contributing to animated_reorderable_list, you agree that your contributions will be licensed under its BSD 3-Clause. See LICENSE file for details.

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ drag-and-drop functionality in Flutter.
2121

2222
### Reorderable List
2323

24-
| ![Image 1](https://github.com/user-attachments/assets/7a31a2c0-f49b-4280-ac8c-b4bc35e5a3db?raw=true) | ![Image 2](https://github.com/user-attachments/assets/3a7d34ec-eb2f-491c-af8f-43b569607d91?raw=true) | ![Image 3](https://github.com/user-attachments/assets/68c1b0f7-481e-4e6e-b995-e1b754354d1f?raw=true) |
25-
| :---: | :---: | :---: |
26-
| ReorderableGridView | ReorderableListView | Swap Animation |
24+
| <img src="./gif/animated-grid.gif" width="250"/> | <img src="./gif/animated-list.gif" width="250"/> | <img src="./gif/swap-animation.gif" width="250"/> |
25+
|:------------------------------------------------:|:------------------------------------------------:|:-------------------------------------------------:|
26+
| ReorderableGridView | ReorderableListView | Swap Animation |
2727

2828
## How to use it?
2929

@@ -255,22 +255,22 @@ You can use multiple animations at the same time by providing a list of animatio
255255

256256
The following animations are available:
257257

258-
| Animation Type | ListView Example | GridView Example |
259-
|------------------|-------------------------------|-------------------------------|
260-
| **FadeIn** | <img src="https://github.com/user-attachments/assets/ee8e2655-db72-472b-81b1-b9d1f6535518?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/38376923-8aa6-4803-a09c-a301db98c939?raw=true" width="250"/> |
261-
| **FlipInY** | <img src="https://github.com/user-attachments/assets/e7ed69dc-c038-4c14-ad82-59dec5075b10?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/cb8c0be3-9178-41e4-991b-4d652bde7ed1?raw=true" width="250"/> |
262-
| **FlipInX** | <img src="https://github.com/user-attachments/assets/08a7753f-95f7-48c8-881f-3e746798b3ca?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/f67f2463-459e-4e97-ac3f-4cb410eacf00?raw=true" width="250"/> |
263-
| **Landing** | <img src="https://github.com/user-attachments/assets/1c8ab183-1bce-4cf9-9a3d-7b4132083583?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/363f34d1-45b5-4260-a2ce-ec927b67ec02?raw=true" width="250"/> |
264-
| **ScaleIn** | <img src="https://github.com/user-attachments/assets/a3bdbeb9-7b6e-4ee7-a822-274df2f84954?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/69c06e86-e43a-4e71-ad2e-78f4c370c0de?raw=true" width="250"/> |
265-
| **ScaleInTop** | <img src="https://github.com/user-attachments/assets/2548ebdb-b873-44b7-b01a-fe1910fc5386?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/b1d63684-f934-4971-97b9-f0bce6358860?raw=true" width="250"/> |
266-
| **ScaleInBottom**| <img src="https://github.com/user-attachments/assets/f175da62-6a3b-4f8b-947f-a8ee9c6b656f?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/52f824ee-e437-464f-a462-3474a63e4306?raw=true" width="250"/> |
267-
| **ScaleInLeft** | <img src="https://github.com/user-attachments/assets/010917bb-4e04-4455-951e-f9460f9c64a3?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/844e785a-c364-462e-9e9b-37d523bdda08?raw=true" width="250"/> |
268-
| **ScaleInRight** | <img src="https://github.com/user-attachments/assets/728c3886-f2eb-4a08-b87e-9ba68867e527?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/cbbe1462-a24b-4a75-96ba-56c028b53818?raw=true" width="250"/> |
269-
| **Size** | <img src="https://github.com/user-attachments/assets/8bdb4cf7-c824-4a61-8cd2-a6902b64013e?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/9729cf06-d63d-4208-b964-30042520c8d7?raw=true" width="250"/> |
270-
| **SlideInLeft** | <img src="https://github.com/user-attachments/assets/6f8d943f-bc39-4e79-a387-976b10220a52?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/1496315f-907d-465b-b537-4fa76ff7d4ea?raw=true" width="250"/> |
271-
| **SlideInRight** | <img src="https://github.com/user-attachments/assets/6197c7b4-9060-4da4-a367-1a4570176916?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/353b2074-707d-4f76-a499-14caac021941?raw=true" width="250"/> |
272-
| **SlideInDown** | <img src="https://github.com/user-attachments/assets/64c4c6cc-fbd6-4955-b5d8-4726e1e9b271?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/b6f8bb96-f395-4378-90bf-c8b0d5a17808?raw=true" width="250"/> |
273-
| **SlideInUp** | <img src="https://github.com/user-attachments/assets/d8da449a-9d65-48c8-b9d5-b27f193b79c3?raw=true" width="250"/> | <img src="https://github.com/user-attachments/assets/ee7640c3-b1ea-443c-ba1a-b0a65f5b13af?raw=true" width="250"/> |
258+
| Animation Type | ListView Example | GridView Example |
259+
|-------------------|--------------------------------------------------------------------|--------------------------------------------------------------------|
260+
| **FadeIn** | <img src="./gif/animations/list/fade-in.gif" width="250"/> | <img src="./gif/animations/grid/fade-in.gif" width="250"/> |
261+
| **FlipInY** | <img src="./gif/animations/list/flip-in-y.gif" width="250"/> | <img src="./gif/animations/grid/flip-in-y.gif" width="250"/> |
262+
| **FlipInX** | <img src="./gif/animations/list/flip-in-x.gif" width="250"/> | <img src="./gif/animations/grid/flip-in-x.gif" width="250"/> |
263+
| **Landing** | <img src="./gif/animations/list/landing.gif" width="250"/> | <img src="./gif/animations/grid/landing.gif" width="250"/> |
264+
| **ScaleIn** | <img src="./gif/animations/list/scale-in.gif" width="250"/> | <img src="./gif/animations/grid/scale-in.gif" width="250"/> |
265+
| **ScaleInTop** | <img src="./gif/animations/list/scale-in-top.gif" width="250"/> | <img src="./gif/animations/grid/scale-in-top.gif" width="250"/> |
266+
| **ScaleInBottom** | <img src="./gif/animations/list/scale-in-bottom.gif" width="250"/> | <img src="./gif/animations/grid/scale-in-bottom.gif" width="250"/> |
267+
| **ScaleInLeft** | <img src="./gif/animations/list/scale-in-left.gif" width="250"/> | <img src="./gif/animations/grid/scale-in-left.gif" width="250"/> |
268+
| **ScaleInRight** | <img src="./gif/animations/list/scale-in-right.gif" width="250"/> | <img src="./gif/animations/grid/scale-in-right.gif" width="250"/> |
269+
| **Size** | <img src="./gif/animations/list/size.gif" width="250"/> | <img src="./gif/animations/grid/size.gif" width="250"/> |
270+
| **SlideInLeft** | <img src="./gif/animations/list/slide-in-left.gif" width="250"/> | <img src="./gif/animations/grid/slide-in-left.gif" width="250"/> |
271+
| **SlideInRight** | <img src="./gif/animations/list/slide-in-right.gif" width="250"/> | <img src="./gif/animations/grid/slide-in-right.gif" width="250"/> |
272+
| **SlideInDown** | <img src="./gif/animations/list/slide-in-down.gif" width="250"/> | <img src="./gif/animations/grid/slide-in-down.gif" width="250"/> |
273+
| **SlideInUp** | <img src="./gif/animations/list/slide-in-up.gif" width="250"/> | <img src="./gif/animations/grid/slide-in-up.gif" width="250"/> |
274274

275275

276276

analysis_options.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

gif/animated-grid.gif

7.13 MB
Loading

gif/animated-list.gif

5.84 MB
Loading

gif/animations/grid/fade-in.gif

347 KB
Loading

gif/animations/grid/flip-in-x.gif

659 KB
Loading

gif/animations/grid/flip-in-y.gif

604 KB
Loading

gif/animations/grid/landing.gif

586 KB
Loading
570 KB
Loading

gif/animations/grid/scale-in-left.gif

472 KB
Loading
561 KB
Loading

gif/animations/grid/scale-in-top.gif

544 KB
Loading

gif/animations/grid/scale-in.gif

419 KB
Loading

gif/animations/grid/size.gif

545 KB
Loading

gif/animations/grid/slide-in-down.gif

576 KB
Loading

gif/animations/grid/slide-in-left.gif

593 KB
Loading
754 KB
Loading

gif/animations/grid/slide-in-up.gif

620 KB
Loading

gif/animations/list/fade-in.gif

229 KB
Loading

gif/animations/list/flip-in-x.gif

417 KB
Loading

gif/animations/list/flip-in-y.gif

335 KB
Loading

gif/animations/list/landing.gif

371 KB
Loading
326 KB
Loading

gif/animations/list/scale-in-left.gif

320 KB
Loading
350 KB
Loading

gif/animations/list/scale-in-top.gif

346 KB
Loading

gif/animations/list/scale-in.gif

361 KB
Loading

gif/animations/list/size.gif

343 KB
Loading

gif/animations/list/slide-in-down.gif

320 KB
Loading

gif/animations/list/slide-in-left.gif

330 KB
Loading
365 KB
Loading

gif/animations/list/slide-in-up.gif

314 KB
Loading

gif/swap-animation.gif

2.14 MB
Loading

0 commit comments

Comments
 (0)