Skip to content

Commit

Permalink
Merge pull request #30
Browse files Browse the repository at this point in the history
dart3a
  • Loading branch information
alextekartik authored Jul 11, 2023
2 parents ce6a8de + 50d3ab2 commit 07e4dd0
Show file tree
Hide file tree
Showing 84 changed files with 664 additions and 553 deletions.
155 changes: 155 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
# Dependabot configuration file.
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
version: 2

enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "app_bloc"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_emit_builder"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_firebase"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_firebase_auth"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_firebase_firestore"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_firebase_storage"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_fs"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_idb"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_intl"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_lints"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_navigator"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_platform"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_plugin"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_prefs"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_roboto"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_rx_utils"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_sembast"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_sqflite"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "app_widget"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/app_plugin_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/fs_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/idb_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/prefs_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/sembast_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/sqflite_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/test_app"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "example/widget_test_app_lib"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "repo_support"
schedule:
interval: "monthly"

- package-ecosystem: "pub"
directory: "test_app"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
7 changes: 4 additions & 3 deletions .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
flutter: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
distribution: 'zulu'
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.flutter }}
- run: flutter --version
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
tekartik_app_flutter_bloc:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
ref: dart2_3
ref: dart3a
path: app_bloc
version: '>=0.2.2'
```
Expand Down
8 changes: 4 additions & 4 deletions app_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version: 0.4.0
publish_to: none

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

dependencies:
flutter:
sdk: flutter
tekartik_app_bloc:
git:
url: https://github.com/tekartik/app_common_utils.dart
ref: dart2_3
ref: dart3a
path: app_bloc
version: '>=0.1.0'

Expand All @@ -24,7 +24,7 @@ dev_dependencies:
tekartik_lints_flutter:
git:
url: https://github.com/tekartik/common_flutter.dart
ref: dart2_3
ref: dart3a
path: packages/lints_flutter
version: '>=0.1.0'
dependency_overrides:
Expand Down Expand Up @@ -65,4 +65,4 @@ flutter:
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages
# https://flutter.dev/custom-fonts/#from-packages
5 changes: 0 additions & 5 deletions app_bloc/tool/travis.dart

This file was deleted.

2 changes: 1 addition & 1 deletion app_emit_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
tekartik_app_emit_builder:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
ref: dart2_3
ref: dart3a
path: app_emit_builder
```
8 changes: 4 additions & 4 deletions app_emit_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version: 0.1.0
publish_to: none

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

dependencies:
flutter:
sdk: flutter
tekartik_app_emit:
git:
url: https://github.com/tekartik/app_common_utils.dart
ref: dart2_3
ref: dart3a
path: app_emit
version: '>=0.1.2'

Expand All @@ -23,7 +23,7 @@ dev_dependencies:
tekartik_lints_flutter:
git:
url: https://github.com/tekartik/common_flutter.dart
ref: dart2_3
ref: dart3a
path: packages/lints_flutter
version: '>=0.1.0'
dependency_overrides:
Expand Down Expand Up @@ -64,4 +64,4 @@ flutter:
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages
# https://flutter.io/custom-fonts/#from-packages
11 changes: 0 additions & 11 deletions app_emit_builder/tool/travis.dart

This file was deleted.

2 changes: 1 addition & 1 deletion app_firebase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
tekartik_app_flutter_firebase:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
ref: dart2_3
ref: dart3a
path: app_firebase
version: '>=0.1.0'
```
8 changes: 4 additions & 4 deletions app_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
publish_to: none

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

dependencies:
flutter:
Expand All @@ -13,7 +13,7 @@ dependencies:
git:
url: https://github.com/tekartik/firebase_flutter
path: firebase_flutter
ref: dart2_3
ref: dart3a
version: '>=0.4.0'
dev_dependencies:
flutter_test:
Expand All @@ -22,7 +22,7 @@ dev_dependencies:
tekartik_lints_flutter:
git:
url: https://github.com/tekartik/common_flutter.dart
ref: dart2_3
ref: dart3a
path: packages/lints_flutter
version: '>=0.1.0'
dependency_overrides:
Expand Down Expand Up @@ -63,4 +63,4 @@ flutter:
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages
# https://flutter.dev/custom-fonts/#from-packages
11 changes: 0 additions & 11 deletions app_firebase/tool/travis.dart

This file was deleted.

2 changes: 1 addition & 1 deletion app_firebase_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
tekartik_app_flutter_firebase_auth:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
ref: dart2_3
ref: dart3a
path: app_firebase_auth
version: '>=0.1.0'
```
10 changes: 5 additions & 5 deletions app_firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.1
publish_to: none

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

dependencies:
flutter:
Expand All @@ -13,12 +13,12 @@ dependencies:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
path: app_firebase
ref: dart2_3
ref: dart3a
tekartik_firebase_auth_flutter:
git:
url: https://github.com/tekartik/firebase_flutter
path: auth_flutter
ref: dart2_3
ref: dart3a
version: '>=0.7.0'
dev_dependencies:
flutter_test:
Expand All @@ -27,9 +27,9 @@ dev_dependencies:
tekartik_lints_flutter:
git:
url: https://github.com/tekartik/common_flutter.dart
ref: dart2_3
ref: dart3a
path: packages/lints_flutter
version: '>=0.1.0'
dependency_overrides:
tekartik_app_flutter_firebase:
path: ../app_firebase
path: ../app_firebase
Loading

0 comments on commit 07e4dd0

Please sign in to comment.