프레임워크
-
Flutter 관련 링크 모음 [라이브러리 관련]프레임워크/Flutter 2020. 6. 7. 17:56
Flutter는 현재 핫하게 떠오르는 프레임워크다 보니 여러 라이브러리들이 만들어지고 있는데요, 본인이 직접 구현하는 것도 좋지만, 여러 오픈소스를 참고하여 작성하면 어플리케이션을 만들 때 충분히 많은 시간을 아낄 수 있습니다. 어플리케이션에 사용할 수 있는 여러 라이브러리들을 검색할 수 있도록 모아놓은 사이트들을 가져왔습니다. 1. Flutter Arsenal https://flutterarsenal.com/index.html FlutterArsenal A categorized directory of libraries and tools for Flutter. flutterarsenal.com 서비스 소개 여러가지 Flutter library들을 카테고리화 하여 검색할 수 있도록 모아놓은 사이트입니다. ..
-
Flutter 관련 링크 모음 [UI 디자인 관련]프레임워크/Flutter 2020. 6. 6. 20:53
Flutter는 프론트엔드를 구현하기 좋은 편인데요, 아무래도 개발자가 디자인까지 하기는 쉽지 않지만, 여러 사이트를 참고하면 그럴싸한 디자인으로 앱을 만들 수 있습니다. 어플리케이션의 UI/UX를 구성하는데 참고할 수 있는 사이트들을 모아놓았습니다. 1. 슈퍼노바 supernova https://supernova.io/ Supernova Studio | The World's First Design to Code Platform Accelerate the app development workflow for mobile designers and developers. Supernova converts any mobile design into full-fledged native applications, giv..
-
[Dart]Type test operators (as, is, is!)프레임워크/Dart 문법 2020. 5. 24. 22:24
출처 : https://dart.dev/guides/language/language-tour as / is is : object가 특정 타입이면 True이다. 위의 코드와 아래 코드는 비슷하게 작동한다. 하지만, 위의 코드는 emp가 null이거나 Person 이 아니면, 아무것도 하지 않지만, 밑의 코드는 exception이 발생한다. as의 또다른 사용법 - Library prefixes 만약 2개의 library가 동일한 identifier를 가진다면, 한 쪽의 library를 as 를 사용하여 구별해준다. * 틀린 부분이 있다면 댓글로 지적 부탁드립니다.
-
Flutter 관련 링크 모음 [프레임워크 관련]프레임워크/Flutter 2020. 5. 16. 10:39
Flutter 공식 홈페이지 https://flutter.dev/ Flutter - Beautiful native apps in record time Flutter is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open sour flutter.dev Flutter 공식 홈페이지 - 한국어 https://flutter-ko.dev/..