Code Monkey home page Code Monkey logo

flutter-learn's Introduction

Hi there 👋

StackShare

wakatime

Lines of code

🐱 My GitHub Data

📦 306.5 kB Used in GitHub's Storage

🏆 12 Contributions in the Year 2024

💼 Opted to Hire

📜 53 Public Repositories

🔑 17 Private Repositories

I'm a Night 🦉

🌞 Morning                762 commits         █████░░░░░░░░░░░░░░░░░░░░   20.23 % 
🌆 Daytime                969 commits         ██████░░░░░░░░░░░░░░░░░░░   25.72 % 
🌃 Evening                1197 commits        ████████░░░░░░░░░░░░░░░░░   31.78 % 
🌙 Night                  839 commits         ██████░░░░░░░░░░░░░░░░░░░   22.27 % 

📅 I'm Most Productive on Thursday

Monday                   600 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.93 % 
Tuesday                  650 commits         ████░░░░░░░░░░░░░░░░░░░░░   17.26 % 
Wednesday                563 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.95 % 
Thursday                 732 commits         █████░░░░░░░░░░░░░░░░░░░░   19.43 % 
Friday                   631 commits         ████░░░░░░░░░░░░░░░░░░░░░   16.75 % 
Saturday                 351 commits         ██░░░░░░░░░░░░░░░░░░░░░░░   09.32 % 
Sunday                   240 commits         ██░░░░░░░░░░░░░░░░░░░░░░░   06.37 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Bangkok

💬 Programming Languages: 
Dart                     11 hrs 35 mins      ████████████████████░░░░░   80.76 % 
YAML                     1 hr 16 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   08.91 % 
JSON                     28 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   03.32 % 
HTML                     15 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.83 % 
Other                    15 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.82 % 

🔥 Editors: 
VS Code                  14 hrs 20 mins      █████████████████████████   100.00 % 

💻 Operating System: 
Mac                      14 hrs 20 mins      █████████████████████████   100.00 % 

Last Updated on 21/05/2024 18:33:25 UTC

📱 Frameworks

Flutter ANDROID iOS macOS

👩‍💻 Languages

Dart

☁ Cloud

Firebase

⚡ Database

Supabase

🚀 Frameworks & Library

Markdown

☁ CI/CD

CircleCi

🖍 Design

FIGMA AdobeXD

📚 Education

Simulator Screen Shot - iPhone 14 Pro Max - 2023-01-30

flutter-learn's People

Contributors

ska2519 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

choochihwan

flutter-learn's Issues

Comment process

What feature needs ?

Create Reddit Comments System
Reference Collection Group Queries in Firestore

  • Add Firebase rules for all the comments readable & writeable
  • Comment nested data structures
  • Add index for Collection group Query / Add an exemption
  • Comment Liked save userId

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

PostDetailPage

What feature needs ?

  • UI Design
  • make can copy text for web by SelectableText

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

AccountPage

What feature needs ?

  • liked lists
  • wrote posts lists 최근 3개 ..더보기
  • comments lists

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

YoutubePage

What feature needs ?

  • UI Design

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

PostPage

What feature needs ?

  • Show by count if liked more than 0
  • 좋아요 0개 시 하트 옆 '좋아요' 표시
  • post Id Unique setting
  • post에 displayName도 우선 저장
  • make can copy text for web by SelectableText
  • Show by count if comments more than 0
  • save Post views count in Post
  • 좋아요 시 postId를 appUser에 저장
  • 조회수 / 좋아요 / 댓글 작성일 / 북마크 (블라인드 참조)
  • 사용자 displayName은 uid와 동기화하여 서버에서 리스트 만들기
  • 시작 시 좋아요 표시
  • Tag는 Github labels 디자인
  • 비로그인시 좋아요 누르면 SignInPage 이동
  • PostStream 제거
  • Reload Posts by Pull screen

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Add Tag in Post

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

https://youtu.be/35RlydUf6xo

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Add snackbar for notice text is empty

Is your feature request related to a problem? Please describe.
AppUser don't know why can't write Post.

Describe the solution you'd like
notice by flutter snackbar.

Describe alternatives you've considered

  • snackbar messages
  • Please write a title
  • Please write a content

Additional context
Add any other context or screenshots about the feature request here.

Handle AppUser Profile sync with Firebase Firestore

What feature needs ?

  • add authStartProvider for sync with FirebaseAuth.instance.currentUser
  • add AppUser Model
  • add appUser StateNotifierProvider for keep appUser state (need to Update)
  • get appUser from Firestore
  • create appUser by Firebase User Info in Firestore
  • update AppUser
  • sync AppUser with Firestore by Stream
  • Post id 저장
  • Liked id 저장
  • Comment id 저장

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Add automatic mock data process

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Prevent Post add w/o title & content text

Is your feature request related to a problem? Please describe.
can added Post without title & content.

Describe the solution you'd like
Prevent add Post w/o title & content text.

Describe alternatives you've considered
add method for Post title & content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.