Programming 32

플러터 스터디 3주차

Udemy 강의범위 섹션9 섹션10 섹션11 Flutter Packages: https://pub.dartlang.org/flutter Page 1 | Top Flutter packages Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs. pub.dev 패키지는 pubspec.yaml 파일 dependencies 항목에 패키지명을 추가하고 main.dart에서 import해서 사용하면 됨 Caret syntax Caret syntax is a compact way of expre..

Programming/Flutter 2021.10.30

플러터(Flutter) 스터디 2주차

Udemy 플러터 강의 2주차 Section6: MiCard - How to Build Beautiful UIs with Flutter Widgets Section7: Dicee - Building Apps with State Section8: Boss Level Challenge 1 - Magic 8 Ball https://www.udemy.com/course/flutter-bootcamp-with-dart/ Tips) Hot Reload: 앱의 상태를 유지하면서 변경사항을 적용시켜 주는 기능. 빠르게 변경사항 확인 가능 Hot Restart: 앱의 상태를 초기화하면서 변경사항을 적용시켜 주는 기능. Hot Reload보다는 시간이 더 걸리지만 앱을 재실행하는 것보다는 훨씬 빠르게 변경사항 확인 가능 ..

Programming/Flutter 2021.10.23

플러터(Flutter) 스터디 1주차

플러터(Flutter) 스터디 플러터 스터디를 진행하게 되었으며 Udemy 강의를 수강하고 내용을 기록해본다. Udemy 플러터 강의 1주차 범위 Section1: Introduction to Cross-Platform Development with Futter and Dart Section2: Setup and Installation Section3: I Am Rich - How to Create Flutter Apps from Scratch Section4: Running Your App on a Physical Device Section5: I Am Poor - App Challenge Introduction to Cross-Platform Development with Futter and Dart..

Programming/Flutter 2021.10.04

파이썬 Slacker를 이용한 Slack(슬랙) bot 사용

Slack(슬랙) bot 사용 CI에서 빌드, 테스트가 실패하거나 문제가 생겼을 때, Slack을 통해 즉시 알람을 받도록 설정해보자. 1. Slack 앱에서 워크스페이스 생성 2. Slack api 사이트에서 'Create a custom app' 클릭 3. 적당한 App 이름과 본인의 Workspace 선택 4. 좌측의 OAuth & Permissions 탭 클릭 5. Scopes 항목에서 write 권한 추가 후 상단에서 Install to workspace를 클릭하면 토큰이 발행됨 6. 본인의 workspace의 알람을 받고자 하는 채널의 우측 상단에 i 버튼과 more 버튼을 선택(아래 이미지 참조) 후 Add apps 버튼을 클릭하여 bot 추가 위와 같이 설정을 하면 slack 내에서 세팅은..

Programming/Python 2021.01.31