Skip to content

Commit

Permalink
fix: pub publish requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Oct 13, 2024
1 parent 8914a4d commit 1dc81f7
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 58 deletions.
1 change: 1 addition & 0 deletions packages/ap_common_announcement_ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
.flutter-plugins
1 change: 1 addition & 0 deletions packages/ap_common_core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
.flutter-plugins
3 changes: 2 additions & 1 deletion packages/ap_common_firebase/.pubignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
example/
build/
build/
pubspec_overrides.yaml
1 change: 1 addition & 0 deletions packages/ap_common_flutter_core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
.flutter-plugins
2 changes: 1 addition & 1 deletion packages/ap_common_flutter_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
ap_common_core: ^0.0.3
dio: 5.6.0
dio: ^5.7.0
intl: ">=0.16.0 <1.0.0"
multiple_localization: ^0.5.0
cross_file: ^0.3.4+2
Expand Down
39 changes: 0 additions & 39 deletions packages/ap_common_flutter_platform/.flutter-plugins

This file was deleted.

1 change: 1 addition & 0 deletions packages/ap_common_flutter_platform/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
.flutter-plugins
16 changes: 0 additions & 16 deletions packages/ap_common_flutter_ui/.flutter-plugins

This file was deleted.

1 change: 1 addition & 0 deletions packages/ap_common_flutter_ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
.flutter-plugins
5 changes: 5 additions & 0 deletions packages/ap_common_plugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/

android/gradlew
android/gradlew.bat
melos_ap_common_plugin.iml
pubspec.lock
7 changes: 6 additions & 1 deletion packages/ap_common_plugin/.pubignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
example/
example/
android/gradlew
android/gradlew.bat
melos_ap_common_plugin.iml
pubspec.lock
pubspec_overrides.yaml

0 comments on commit 1dc81f7

Please sign in to comment.