https://pub.dev 권한 요청 https://pub.dev/packages/permission_handler https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler/README.md https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler/example/ios/Runner/Info.plist 휴대폰 연락처 정보 얻기 https://pub.dev/packages/contacts_service Android 휴대폰 번호 얻기 https://pub.dev/packages/mobile_number
initializer list https://stackoverflow.com/questions/50274605/colon-after-constructor-in-dart 아래와 같이 생성자 뒤에 콜론 : 뒤에 오는 로직은 생성자로 인한 객체가 생성되기 전에 수행된다. assert 도 해줄 수 있고 초기값을 넣어줄 수도 있다. super 를 호출해줄 수도 있다. 아직 객체가 생성되기 전이기 때문에 this 를 붙이지 않는다. 실제 생성자의 파라미터에 네임드 옵션에는 this 를 붙이는데 이런것 때문에 혼동되지는 말고 그냥 각각의 사용법일 뿐. 그냥 굳이 말하자면 아직 객체 생성전이라 그렇다고 생각하면 이해하기 편하다. FbAuth() : _firebaseAuth = FirebaseAuth.instance; ..
https://www.youtube.com/watch?v=2g8DsOSreqk 30분 안에 배우는 Dart 언어 https://www.youtube.com/playlist?list=PLgRxBCVPaZ_1j9Z66HEu71ST3GqssBdma 개남 플러터 유튜브 리스트 https://docs.flutter.dev/development/ui/widgets 위젯 https://api.flutter.dev/flutter/material/Icons-class.html 기본 머터리얼 아이콘들 https://github.com/flutter/gallery 플러터 갤러리 예제 깃헙 https://gallery.flutter.dev/#/ 플러터 갤러리 웹 https://flutter.github.io/samples/#..