SpaceWhales
SpaceWhales
``` Future buttonLoginPressed() async { NaverLoginResult res = await FlutterNaverLogin.logIn(); setState(() { name = res.account.nickname; profileImage = res.account.profileImage; isLogin = true; }); ````` 안녕하세요. 예제에 있는 내용을 바탕으로 테스트를 진행해보는데....
../../AppData/Local/Pub/Cache/hosted/pub.dev/printing-5.11.1/lib/src/widget_wrapper.dart:173:11: Error: No named parameter with the name 'size'. size: ^^^^ ../../libraries/flutter/packages/flutter/lib/src/rendering/view.dart:24:9: Context: Found this candidate, but the arguments don't match. const ViewConfiguration({ ^^^^^^^^^^^^^^^^^ Failed to compile application. Flutter 76.3.3...