Scaffold.of() called with a context that does not contain a Scaffold.
https://stackoverflow.com/questions/45948168/how-to-create-toast-in-flutter
엘레강트한 방법은 아니라고 표시되어있지만,
일단 전역레벨에서 하나 선언.
final key = new GlobalKey<ScaffoldState>();
return new Scaffold(
key: key,
floatingActionButton: new Builder(
builde....
위와같이 key를 할당
그리고,
key.currentState.showSnackBar()
를 부른다.
'모바일 > Hybrid' 카테고리의 다른 글
type 'List<dynamic>' is not a subtype of type 'List<>' (0) | 2018.11.14 |
---|---|
Flutter 좋다. (0) | 2018.08.12 |
PWA로 레코딩 만들기 (0) | 2017.09.19 |
Ionic1 vs Ionic2 structure 구조 (0) | 2016.10.09 |
[링크] ionic (0) | 2016.10.03 |