오류해결1 [Flutter] Error "'package:flutter/src/painting/image_resolution.dart': Failed assertion: line 136 pos 15: 'assetName != null': is not true." 오류 해결 방법 'package:flutter/src/painting/image_resolution.dart':Failed assertion: line 136 pos 15: 'assetName != null': is not true. 의 오류 해결 방안이다 .. 이전의 코드를 보면 String _path; ... ... ... _loadValue() async { SharedPreferences prefs = await SharedPreferences.getInstance(); setState(() { _path = (prefs.getString('path') ?? ''); }); } ... ... ... Widget build(BuildContext context) { return Scaffold( appBar: nu.. 2020. 10. 17. 이전 1 다음