Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0

- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.318.0
with:
bundler-cache: true

- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v4.8.0
with:
distribution: zulu
java-version: 8

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.23.0
with:
channel: stable
cache: true
Expand Down Expand Up @@ -77,21 +77,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0

- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.318.0
with:
bundler-cache: true

- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v4.8.0
with:
distribution: zulu
java-version: 11

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.23.0
with:
channel: stable
cache: true
Expand Down Expand Up @@ -142,21 +142,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0

- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.318.0
with:
bundler-cache: true

- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v4.8.0
with:
distribution: zulu
java-version: 17

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.23.0
with:
channel: stable
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v4.3.1

- name: Setup Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.23.0
with:
channel: "stable"
cache: true
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
font_awesome_flutter: 10.7.0
flutter_launcher_icons: 0.13.1
flutter_native_splash: 2.4.1
shared_preferences: ^2.3.1
shared_preferences: 2.5.5
flutter_screenutil: 5.9.3
sign_in_button: 3.2.0
syncfusion_flutter_datepicker: 26.2.8
Expand All @@ -27,16 +27,16 @@ dependencies:
dropdown_button2: 2.3.9
persistent_bottom_nav_bar_v2: 5.3.0
image_picker: 1.1.2
flutter_appauth: ^6.0.7
awesome_notifications: ^0.9.3+1
flutter_appauth: 6.0.7
awesome_notifications: 0.9.3
permission_handler: 11.3.1
awesome_notifications_fcm: ^0.9.3+1
awesome_notifications_fcm: 0.9.3
toggle_list: 0.3.1
animated_custom_dropdown: 3.1.1
# web_socket_channel: 3.0.1
go_router: ^14.2.3
dart_pusher_channels: ^1.2.3
awesome_bottom_bar: ^1.2.4
go_router: 14.8.1
dart_pusher_channels: 1.3.1
awesome_bottom_bar: 1.2.4

intl: any
flutter_chat_types: any
Expand All @@ -46,7 +46,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: 4.0.0

flutter_launcher_icons:
remove_alpha_ios: true
Expand Down
Loading