diff --git a/.gitignore b/.gitignore index 96486fd..3ecf661 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ .buildlog/ .history .svn/ -migrate_working_dir/ +.env +.fvm # IntelliJ related *.iml @@ -26,5 +27,9 @@ migrate_working_dir/ /pubspec.lock **/doc/api/ .dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies .packages -build/ +.pub-cache/ +.pub/ +build/ \ No newline at end of file diff --git a/.pubignore b/.pubignore new file mode 100644 index 0000000..3ecf661 --- /dev/null +++ b/.pubignore @@ -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/ \ No newline at end of file diff --git a/README.md b/README.md index 2337efc..c354b14 100644 --- a/README.md +++ b/README.md @@ -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