Flutter 개발 Story
Flutter 플러그인 VS 모듈 본문
Flutter 플러그인은 Flutter에서 기본 기능을 사용할 수 있도록 하는 것이고, 모듈은 기존 기본 응용 프로그램과 통합하는 것이라고 한다.
다시 말해 플러그인은 안드로이드나 ios처럼 native와 관련된 개발이고, 모듈은 기존에 있는 flutter 기능을 사용하는 것과 관련된 개발이다.
'Flutter' 카테고리의 다른 글
Oauth) 카카오톡으로 API 로그인하기 (with Firebase function) (0) | 2021.09.14 |
---|---|
Explicit concurrent copying GC freed 4884(175KB) AllocSpace objects, 1(20KB) LOS objects, 89% free, 1485KB/13MB, paused 61us total 11.319ms (0) | 2021.06.01 |
Isolate 사용방법 (0) | 2021.05.31 |
MethodChannel (0) | 2021.05.26 |
Isolate vs Thread (0) | 2021.05.26 |
Comments