Skip to content

Commit

Permalink
Improvements (#51)
Browse files Browse the repository at this point in the history
* Fix app start up

* Update privacy policy and terms and conditions

* Format code

* Format code

* Upgrade dependencies

* Upgrade dependencies

* Upgrade dependencies

* Upgrade dependencies

* Update notification handler
  • Loading branch information
cp-pratik-k authored Nov 12, 2024
1 parent 73b0450 commit 1b8c114
Show file tree
Hide file tree
Showing 61 changed files with 1,145 additions and 893 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ jobs:
- name: Lint test
run: |
cd app
dart format . --set-exit-if-changed
dart analyze --fatal-infos
cd ../data
dart format . --set-exit-if-changed
dart analyze --fatal-infos
cd ../style
dart format . --set-exit-if-changed
dart analyze --fatal-infos
cd ..
Expand Down
Loading

0 comments on commit 1b8c114

Please sign in to comment.