An open API service indexing awesome lists of open source software.

https://github.com/woojoung1217/pillmate_by_flutter


https://github.com/woojoung1217/pillmate_by_flutter

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

#

# PIll Mate ๐Ÿ’Š ์†Œ๊ฐœ
- ์•ฝํ’ˆ ์„ญ์ทจ๋ฅผ ํŽธํ•˜๊ฒŒ ๋ณต์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก ๋„์™€์ฃผ๊ณ 
- ์•ฝ๊ตญ์— ์˜์•ฝํ’ˆ ์ •๋ณด๋ฅผ ์ œ๊ณต๋ฐ›์„ ์ˆ˜ ์žˆ๋Š” ์‚ฌ์šฉ์ž ํŽธ์˜๋ฅผ ์œ„ํ•œ ์„œ๋น„์Šค


# ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ
```
lib
**ใ„ด components**
(๋ฒ„ํŠผ, ์ปฌ๋Ÿฌ, ๋ผ์šฐํŠธ ์• ๋‹ˆ๋ฉ”์ด์…˜, ์‚ฌ์ด์ฆˆ, ํ…Œ๋งˆ)
**ใ„ด config**
(hive box name.. ๋“ฑ)
**ใ„ด models**
(๋ชจ๋ธ ๋ฐ์ดํ„ฐ)
**ใ„ด repositories**
(hive CRUD)
**ใ„ด pages**
(ํŽ˜์ด์ง€)
**ใ„ด services**
(์„œ๋น„์Šค ๋กœ์ง)
```

## 1) create medicine screen(์ฐธ๊ณ ์šฉ ์Šคํฌ๋ฆฐ)

![initial](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F9790ca0d-ece9-4cf8-9158-0598f1258868%2FUntitled.png?table=block&id=5c3aec00-e3cb-497a-8e24-6f9fc4d91086&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=2000&userId=&cache=v2)
**UI**

- ์•ฝ ์ถ”๊ฐ€์ฐฝ ์ข…๋ฃŒ button
- ์•ฝ ์‚ฌ์ง„ ์ถ”๊ฐ€ button
- ์•ฝ ์ด๋ฆ„ input
- ๋‹ค์Œ button

**์กฐ๊ฑด**

- `์•ฝ ์‚ฌ์ง„ ์ถ”๊ฐ€ button` ํด๋ฆญ์‹œ [์‚ฌ์ง„์ดฌ์˜]
- `์•ฝ ์ด๋ฆ„ input` hint text
= ๋ณต์šฉํ•  ์•ฝ ์ด๋ฆ„์„ ๊ธฐ์ž…ํ•ด์ฃผ์„ธ์š”.
- `์•ฝ ์ด๋ฆ„ input` label text
= ์•ฝ ์ด๋ฆ„
- `๋‹ค์Œ button` ํ™œ์„ฑํ™” ์กฐ๊ฑด: ์•ฝ ์ด๋ฆ„ ์ž…๋ ฅ ํ›„
- `๋‹ค์Œ button` ํด๋ฆญ์‹œ "create medicine

screen2

**UI**

- ๋’ค๋กœ๊ฐ€๊ธฐ button
- ๋นผ๊ธฐ button + timepicker button
- ์•Œ๋žŒ ์‹œ๊ฐ„ ์ถ”๊ฐ€ button
- ์™„๋ฃŒ button

**์กฐ๊ฑด**

- `๋’ค๋กœ๊ฐ€๊ธฐ button` ํด๋ฆญ์‹œ "create medicine screen 2" ์ฐฝ์œผ๋กœ ์ด๋™
- default times: 08:00 + 13:00 + 19:00
- `๋นผ๊ธฐ button` ํด๋ฆญ์‹œ ํ•ด๋‹น ์•Œ๋žŒ ์‹œ๊ฐ„์š”์†Œ ์‚ญ์ œ
- `timepicker button` ํด๋ฆญ์‹œ bottom sheet ํ˜ธ์ถœ
- `๋ณต์•ฝ ์•Œ๋ฆผ ์‹œ๊ฐ„ ์ถ”๊ฐ€ button` ํด๋ฆญ์‹œ default value: "now"
- `์™„๋ฃŒ button` ํด๋ฆญ์‹œ ํ™”๋ฉด ์ข…๋ฃŒ ํ›„, timeline ํ˜ธ์ถœ
- ์•ฝ ๋ฐ์ดํ„ฐ ์ถ”๊ฐ€
- ์•Œ๋žŒ ์„ค์ •

![initial](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fa3f2da7b-ec93-4e85-a045-e959602650dc%2FUntitled.png?table=block&id=79315fe7-14fa-4099-9dcb-49060e290f44&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=670&userId=&cache=v2)

screen2 > bottom sheet

**UI**

- timepicker
- ์ทจ์†Œ button
- ์„ ํƒ button

**์กฐ๊ฑด**

- `์ทจ์†Œ button` ํด๋ฆญ์‹œ ๋ฐ”ํ…€ ์‹œํŠธ ๋‚˜๊ฐ€๊ธฐ
- `์„ ํƒ button` ํด๋ฆญ์‹œ ์กฐ๊ฑด ์ฒดํฌ:
์‹œ๊ฐ„ ์ค‘๋ณต ๋  ๊ฒฝ์šฐ ์ถ”๊ฐ€ ์•ˆ๋˜๋„๋ก ์ฒ˜๋ฆฌ

![Untitled](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fca5531ae-9f96-4c87-a439-46592500d723%2FUntitled.png?table=block&id=6a9f4a65-5ac7-4a0e-bf9d-658faaa9a3b9&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=660&userId=&cache=v2)
## 2) today screen

- text emoji

```
๐Ÿ•‘ 08:30
โœ… 22:05 โ†’ 20:19
```

![**1 ํƒ€์ž„๋ผ์ธ์ฐฝ (์•ฝ ๋ณต์šฉ ์ „)**](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/94bf9878-4be6-43b2-a3de-0e9da27681d7/Untitled.png)

**1 ํƒ€์ž„๋ผ์ธ์ฐฝ (์•ฝ ๋ณต์šฉ ์ „)**

![1 ํƒ€์ž„๋ผ์ธ์ฐฝ (์•ฝ ๋ณต์šฉ ํ›„)](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fc0404c4c-8f9b-4989-8710-985f5910a89f%2FUntitled.png?table=block&id=d2e4b3c4-1fe7-4e06-b622-f3505eb4ebc4&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=670&userId=&cache=v2)

![1 ํƒ€์ž„๋ผ์ธ์ฐฝ
ํƒ€์ž„๋ผ์ธ์ฐฝ โ†’ ํƒ€์ผ โ†’ ์‚ฌ์ง„ ์ด๋ฏธ์ง€ ํด๋ฆญ์‹œ (2) ํ˜ธ์ถœ](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F94bf9878-4be6-43b2-a3de-0e9da27681d7%2FUntitled.png?table=block&id=be82d267-59a9-4337-a4ea-87baabfe6a0c&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=670&userId=&cache=v2)

1 ํƒ€์ž„๋ผ์ธ์ฐฝ
ํƒ€์ž„๋ผ์ธ์ฐฝ โ†’ ํƒ€์ผ โ†’ ์‚ฌ์ง„ ์ด๋ฏธ์ง€ ํด๋ฆญ์‹œ (2) ํ˜ธ์ถœ

![1 ํƒ€์ž„๋ผ์ธ์ฐฝ (์•ฝ ๋ณต์šฉ ์ „)
ํƒ€์ž„๋ผ์ธ์ฐฝ โ†’ ์•ฝ ๋ณต์šฉ ์‹œ๊ฐ„ ์ž…๋ ฅ ๋ฒ„ํŠผ(์ง€๊ธˆ | ์•„๊นŒ) ํด๋ฆญ์‹œ (3) bottom sheet ์ถœ๋ ฅ](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/94bf9878-4be6-43b2-a3de-0e9da27681d7/Untitled.png)

1 ํƒ€์ž„๋ผ์ธ์ฐฝ (์•ฝ ๋ณต์šฉ ์ „)
ํƒ€์ž„๋ผ์ธ์ฐฝ โ†’ ์•ฝ ๋ณต์šฉ ์‹œ๊ฐ„ ์ž…๋ ฅ ๋ฒ„ํŠผ(์ง€๊ธˆ | ์•„๊นŒ) ํด๋ฆญ์‹œ (3) bottom sheet ์ถœ๋ ฅ

![**2 ์•ฝ ์‚ฌ์ง„ ํฌ๊ฒŒ๋ณด๊ธฐ์ฐฝ**
](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Febed29f0-9b07-4098-a7e4-61fddc039d0c%2FUntitled.png?table=block&id=bcee044c-6f53-4058-9740-ab969c387a29&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=670&userId=&cache=v2)

**2 ์•ฝ ์‚ฌ์ง„ ํฌ๊ฒŒ๋ณด๊ธฐ์ฐฝ**

![**3 ์‹œ๊ฐ„์„ค์ • ๋ฐ”ํ…€์‹œํŠธ**
](https://adbrdev.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F94bf9878-4be6-43b2-a3de-0e9da27681d7%2FUntitled.png?table=block&id=7002cf83-5d0d-4b46-84ec-5146b4a18a7d&spaceId=e6d84797-ce36-4dfc-abe5-8623d02aeeeb&width=670&userId=&cache=v2)