Skip to content

Commit

Permalink
chore: use pubspec_overrides in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 15, 2023
1 parent 92587d9 commit ce7c25a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 15 deletions.
3 changes: 0 additions & 3 deletions examples/flutter_todos/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Flutter Todos

![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

Generated by the [Very Good CLI][very_good_cli_link] 🤖
Expand Down Expand Up @@ -159,6 +158,4 @@ Update the `CFBundleLocalizations` array in the `Info.plist` at `ios/Runner/Info
[internationalization_link]: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# local_storage_todos_api

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

A Very Good Project created by Very Good CLI.

[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
5 changes: 1 addition & 4 deletions examples/flutter_todos/packages/todos_api/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# todos_api

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

A Very Good Project created by Very Good CLI.

[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[license_link]: https://opensource.org/licenses/MIT
5 changes: 1 addition & 4 deletions examples/flutter_todos/packages/todos_repository/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# todos_repository

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]

A Very Good Project created by Very Good CLI.

[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[license_link]: https://opensource.org/licenses/MIT
2 changes: 1 addition & 1 deletion packages/angular_bloc/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependency_overrides:
bloc:
path: ../../packages/bloc
path: ../bloc
3 changes: 3 additions & 0 deletions packages/bloc_concurrency/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
bloc:
path: ../bloc
3 changes: 3 additions & 0 deletions packages/bloc_test/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
bloc:
path: ../bloc
3 changes: 3 additions & 0 deletions packages/flutter_bloc/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
bloc:
path: ../bloc
3 changes: 3 additions & 0 deletions packages/hydrated_bloc/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
bloc:
path: ../bloc
3 changes: 3 additions & 0 deletions packages/replay_bloc/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
bloc:
path: ../bloc

0 comments on commit ce7c25a

Please sign in to comment.