2018년 10월 24일 수요일

OAuth 2.0

OAuth 2.0은 외부 서비스(third-party application)의
인증 및 권한부여를 관리하는 범용 프레임워크 입니다

flutter 기본 개념 1

  Scaffold  - 화면 뼈대 역할  - 기본적으로 AppBar body floatingActionButton 같은걸 배치해줌  return Scaffold (       appBar : AppBar ( title : const Text ...