Skip to content

Commit ed44a1e

Browse files
committed
Improve example app
1 parent d2e4424 commit ed44a1e

File tree

7 files changed

+340
-361
lines changed

7 files changed

+340
-361
lines changed

CHANGELOG.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,48 @@
1-
#v1.1.0
1+
## 1.1.1
22

3+
### Enhancement
4+
- Improve example app
5+
6+
## 1.1.0
7+
8+
### Enhancement
39
- Fix shrinkwrap support
410

5-
#v1.0.9
11+
## 1.0.9
612

13+
### Enhancement
714
- Minor changes
815

9-
#v1.0.8
16+
## 1.0.8
1017

11-
# Changelog
12-
13-
## Enhancement
18+
### Enhancements
1419
- 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.
1520
- Add `shrinkWrap` property to allow the widget to size itself to the size of its children in the main axis direction.
1621

17-
#v1.0.7
18-
19-
# Changelog
22+
## 1.0.7
2023

21-
## Bug Fixes
24+
### Bug Fixes
2225
- List Will Not Animate When New Item Is Added to the End of the List
2326

24-
## Enhancement
27+
### Enhancement
2528
- Allow Disabling Long Press to Start Reorder Gesture
2629

27-
# v1.0.6
30+
## 1.0.6
2831

29-
# Changelog
30-
31-
## Bug Fixes
32+
### Bug Fixes
3233
- Add equality check in example app to prevent animation on update of item in list.
3334

35+
## 1.0.5
3436

35-
# v1.0.5
36-
37-
# Changelog
38-
39-
## Bug Fixes
37+
### Bug Fixes
4038
- Fix `onReorderEnd` callback not being called after reordering is completed.
4139

42-
# v1.0.4
43-
44-
# Changelog
40+
## 1.0.4
4541

46-
## Bug Fixes
42+
### Bug Fixes
4743
- Fix blink issue
4844

49-
## Enhancements
45+
### Enhancements
5046
- Add support of Drag Handler for `TargetPlatformVariant.desktop`
5147

5248

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

0 commit comments

Comments
 (0)