Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve example app #80

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 21 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,48 @@
#v1.1.0
## 1.1.1

### Enhancement
- Improve example app

## 1.1.0

### Enhancement
- Fix shrinkwrap support

#v1.0.9
## 1.0.9

### Enhancement
- Minor changes

#v1.0.8
## 1.0.8

# Changelog

## Enhancement
### Enhancements
- Add `isItemSame` callback to compare two items to determine if two items are the same. It should return true if the two compared items are identical.
- Add `shrinkWrap` property to allow the widget to size itself to the size of its children in the main axis direction.

#v1.0.7

# Changelog
## 1.0.7

## Bug Fixes
### Bug Fixes
- List Will Not Animate When New Item Is Added to the End of the List

## Enhancement
### Enhancement
- Allow Disabling Long Press to Start Reorder Gesture

# v1.0.6
## 1.0.6

# Changelog

## Bug Fixes
### Bug Fixes
- Add equality check in example app to prevent animation on update of item in list.

## 1.0.5

# v1.0.5

# Changelog

## Bug Fixes
### Bug Fixes
- Fix `onReorderEnd` callback not being called after reordering is completed.

# v1.0.4

# Changelog
## 1.0.4

## Bug Fixes
### Bug Fixes
- Fix blink issue

## Enhancements
### Enhancements
- Add support of Drag Handler for `TargetPlatformVariant.desktop`


Expand Down
2 changes: 1 addition & 1 deletion example/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
Loading
Loading