Skip to content

Commit

Permalink
chore: convert chats_repository to flutter package
Browse files Browse the repository at this point in the history
  • Loading branch information
itsezlife committed May 21, 2024
1 parent af58421 commit 14910a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chats_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/chats_repository
1 change: 1 addition & 0 deletions packages/chats_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ publish_to: none

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

dependencies:
database_client:
Expand Down

0 comments on commit 14910a1

Please sign in to comment.