Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Apr 5, 2024
1 parent edb5ceb commit be5fd5b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
include:
- os: ubuntu-latest
dart: stable
- os: ubuntu-latest
dart: beta

steps:
- uses: dart-lang/setup-dart@v1.4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_ci_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
include:
- os: ubuntu-latest
flutter: stable
- os: ubuntu-latest
flutter: beta

steps:
- uses: actions/checkout@v4
Expand Down
13 changes: 12 additions & 1 deletion packages/all_projects_dart3a/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
rxdart: '>=0.27.7'
tekartik_firebase_firestore_rest:
git:
url: https://github.com/tekartik/firebase_firestore.dart
Expand Down Expand Up @@ -240,6 +241,16 @@ dependencies:
ref: dart3a
path: audio_web
version: '>=0.1.0'
tkcms_common:
git:
url: https://github.com/tekartikprj/tkcms.git
ref: dart3a
path: packages/tkcms_common
tkcms_ff:
git:
url: https://github.com/tekartikprj/tkcms.git
ref: dart3a
path: packages/tkcms_ff
_tmp:
tekartik_firebase_firestore_sim_io:
git:
Expand Down
6 changes: 6 additions & 0 deletions packages/all_projects_flutter_dart3a/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ dependencies:
path: cloud_firestore_type_adapters
ref: dart3a
version: '>=0.1.0'
# Some apps
tkcms_admin_app:
git:
url: https://github.com/tekartikprj/tkcms.git
ref: dart3a
path: flutter_packages/tkcms_admin_app
sembast_db_explorer:
git:
url: https://github.com/tekartik/sembast_flutter_more.dart
Expand Down

0 comments on commit be5fd5b

Please sign in to comment.