Skip to content

Commit

Permalink
chore: conver search_repository to flutter package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gambley1 committed May 21, 2024
1 parent 14910a1 commit c712a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/search_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
dart_sdk: 3.3.4
flutter_version: 3.22.0
working_directory: packages/search_repository
3 changes: 3 additions & 0 deletions packages/search_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ publish_to: none

environment:
sdk: ">=3.3.1 <4.0.0"
flutter: ^3.22.0

dependencies:
database_client:
path: ../database_client
flutter:
sdk: flutter
shared:
path: ../shared
user_repository:
Expand Down

0 comments on commit c712a90

Please sign in to comment.