Skip to content

Commit

Permalink
🔖 release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Jul 5, 2024
1 parent d8066b8 commit d08f083
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.buildlog/
.history
.svn/
migrate_working_dir/
.env
.fvm

# IntelliJ related
*.iml
Expand All @@ -26,5 +27,9 @@ migrate_working_dir/
/pubspec.lock
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
build/
.pub-cache/
.pub/
build/
35 changes: 35 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
.env
.fvm

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package to handle the picker and a custom version of [image_crop](https://pub.de
Add this package to the `pubspec.yaml`

```yaml
insta_assets_picker: ^2.3.0
insta_assets_picker: ^2.3.1
```
### ‼️ DO NOT SKIP THIS PART
Expand Down

0 comments on commit d08f083

Please sign in to comment.