반응형
간단합니다.
import 'dart:convert';
String txt = 'hello';
base64Encode(utf8.encode(txt));
반응형
'[Flutter]' 카테고리의 다른 글
Flutter Row 내부 텍스트 자동 줄 넘기기 / Flexible (0) | 2022.11.24 |
---|---|
Flutter 네트워크 이미지 캐싱 (0) | 2022.11.12 |
[Flutter] 객체 디스크에 저장 (Feat. SharedPreferences with json) (0) | 2022.11.06 |
[Flutter] GridView bottom overflow 대응 (0) | 2022.11.03 |
[Flutter] ReorderableListView (ListView drag / drag ListView) (0) | 2022.10.31 |