Giter VIP home page Giter VIP logo

imagesearch's Introduction

프로젝트 설명

  • flutter와 pixabay API를 활용한 이미지 검색 프로그램

사용기술

  • 언어 : dart
  • 프레임워크 : flutter
  • 라이브러리 : http.dart , Provider(상태관리)

느낀점

  • flutter입문과 mvvm 디자인 패턴에 대해 공부할 수 있어서 좋았다.

프로젝트를 공부하면서 생각한 내가 본 mvvm패턴

  • view : 단순한 화면구현
  • viewModel :
    • 여러가지 모델중 담당하는 화면에 필요한 모델들만 가져와서 선언, view에 필요한 추가적인 state를 저장함, 재사용 불가능 -> 화면에 한개씩 필요하므로
    • 추가적인 화면단의 단계적으로 보여주는 화면을 컨트롤
    • 모델들의 여러 메서드들을 조합해서 원하는 함수를 만들어 view에서 사용할수 있도록 함
  • model : 화면에 필요한 데이터들을 각각의 성질따라 나눠놓은것. 재사용이 가능 -> 여러 viewModel에서 사용이 가능하므로

imagesearch's People

Contributors

kkdy21 avatar

Watchers

 avatar

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.