Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bf925c3
add chopper
dungngminh Jan 30, 2024
c463a19
add register by chopper
dungngminh Jan 30, 2024
cd054f8
di and inject local storage
dungngminh Jan 31, 2024
f9dba18
refactor: login bloc
dungngminh Feb 3, 2024
39b0de5
add some stuff
dungngminh Feb 5, 2024
4c9c160
update dependabot for whole project
dungngminh Feb 14, 2024
4749a25
Rename Readme.md to README.md
dungngminh Feb 14, 2024
6a91640
chore(deps): bump bloc_test from 9.1.5 to 9.1.6 in /mobile
dependabot[bot] Feb 14, 2024
8d0e7c1
chore(deps): bump firebase_core from 2.24.2 to 2.25.4 in /mobile
dependabot[bot] Feb 14, 2024
adff30e
Merge pull request #37 from dungngminh/dependabot/pub/mobile/firebase…
dungngminh Feb 15, 2024
cd61ee6
Merge pull request #35 from dungngminh/dependabot/pub/mobile/bloc_tes…
dungngminh Feb 15, 2024
3dfcb59
chore(deps): bump firebase_storage from 11.6.0 to 11.6.6 in /mobile
dependabot[bot] Feb 19, 2024
8957ace
chore(deps): bump flutter_svg from 2.0.9 to 2.0.10+1 in /mobile
dependabot[bot] Feb 21, 2024
31cdb29
Merge pull request #42 from dungngminh/dependabot/pub/mobile/flutter_…
dungngminh Feb 22, 2024
807662e
chore(deps): bump formz from 0.6.1 to 0.7.0 in /mobile
dependabot[bot] Feb 22, 2024
3c2673c
Merge pull request #43 from dungngminh/dependabot/pub/mobile/formz-0.7.0
dungngminh Feb 24, 2024
e5fb952
Merge pull request #41 from dungngminh/dependabot/pub/mobile/firebase…
dungngminh Feb 28, 2024
2884ef1
chore(deps): bump firebase_storage from 11.6.6 to 11.6.10 in /mobile
dependabot[bot] Mar 13, 2024
b1e99a5
Merge pull request #50 from dungngminh/dependabot/pub/mobile/firebase…
dungngminh Mar 13, 2024
259f4c1
chore(deps): bump injectable from 2.3.2 to 2.3.5 in /mobile
dependabot[bot] Mar 14, 2024
02ac4c1
Merge pull request #53 from dungngminh/dependabot/pub/mobile/injectab…
dungngminh Mar 14, 2024
2923a44
chore(deps): bump flutter_bloc from 8.1.3 to 8.1.5 in /mobile
dependabot[bot] Mar 25, 2024
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
9 changes: 8 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Thanks for contributing!
Thanks for your contribution!

Provide a description of your changes below and a general summary in the title

Expand All @@ -10,6 +10,13 @@

<!--- Describe your changes in detail -->

## Project

<!--- Put an `x` in all the boxes that apply: -->

- [ ] 📱 Mobile
- [ ] 📡 Backend

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->
Expand Down
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/backend"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/mobile"
schedule:
interval: "daily"
18 changes: 0 additions & 18 deletions .github/workflows/main.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/dryrun.log

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

315 changes: 0 additions & 315 deletions .vscode/targets.log

This file was deleted.

File renamed without changes.
10 changes: 0 additions & 10 deletions mobile/.github/dependabot.yaml

This file was deleted.

Loading