Skip to content

Commit 7e751ee

Browse files
authored
Merge pull request #761 from simple-hub-organization/dev
Dev
2 parents ac6ad3c + 52fcad2 commit 7e751ee

File tree

4 files changed

+48
-28
lines changed

4 files changed

+48
-28
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Deploy Android App
33
on:
44
push:
55
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
86

97
env:
108
flutter_channel: 'stable'
@@ -31,8 +29,9 @@ jobs:
3129
- name: Install dependencies
3230
working-directory: apps/app
3331
run: |
34-
dart run build_runner build --delete-conflicting-outputs
3532
flutter pub get
33+
dart run build_runner build --delete-conflicting-outputs
34+
3635
3736
# Open ios simulator
3837
- uses: futureware-tech/simulator-action@v4

.idea/libraries/Dart_Packages.xml

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/app/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ dependencies:
8080
http: ^1.3.0
8181
# Open source icon sets for flutter
8282
iconify_flutter: ^0.0.7
83+
# Convenient code generator for get_it
84+
injectable: ^2.5.0
8385
# Allow you to have a screen at launcher for example
8486
introduction_screen: ^3.1.17
8587
# Port of Kotlin's Kotlin Standard library for Dart/Flutter projects
@@ -141,6 +143,9 @@ dev_dependencies:
141143
# Code generator for unions/pattern-matching/copy.
142144
flutter_test:
143145
sdk: flutter
146+
147+
# Injectable is a convenient code generator for get_it.
148+
injectable_generator: ^2.4.1
144149
integration_test:
145150
sdk: flutter
146151
# Collection of lint rules for Dart and Flutter projects.

0 commit comments

Comments
 (0)