Skip to content

Commit ad50286

Browse files
committed
🔖 3.7.0
1 parent a969c06 commit ad50286

File tree

5 files changed

+5
-793
lines changed

5 files changed

+5
-793
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ To know more about breaking changes, see the [Migration Guide][].
88

99
## Unreleased
1010

11+
## 3.7.0
12+
1113
### Features
1214

1315
- Add `includeHiddenAssets` option to `PMFilter` and `FilterOptionGroup` to include hidden assets in the results on iOS. (#TBD)

example/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
.svn/
1111
**/Podfile.lock
1212

13-
!pubspec.lock
14-
1513
# IntelliJ related
1614
*.iml
1715
*.ipr
@@ -33,6 +31,7 @@
3331
.pub-cache/
3432
.pub/
3533
/build/
34+
/pubspec.lock
3635

3736
# Web related
3837
lib/generated_plugin_registrant.dart

example/ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
**/.vagrant/
1010
**/DerivedData/
1111
Icon?
12+
**/Flutter/ephemeral/
1213
**/Pods/
1314
**/.symlinks/
1415
profile

0 commit comments

Comments
 (0)