반응형
플러터 업그레이드 되면서
이름이 바뀐 버튼 정리
기존 | 변경 |
FlatButton | TextButton |
OutlineButton | OutlinedButton |
RaisedButton | ElevatedButton |
+추가)
Scaffold 인스턴스도 ScaffoldMessenger로 바뀌었음
ex) 기존:Scaffold.of(context).showSnackBar() ==> 변경ScaffoldMessenger.of(context).showSnackBar()
반응형
'Development Solutions > Flutter & Dart' 카테고리의 다른 글
플러터에서 api 함수를 http로 요청하기 [flutter][OpenAPI] (0) | 2023.02.08 |
---|---|
[Solved] Flutter Member not found: FirebaseAppPlatform.verifyExtends (0) | 2023.01.14 |
flutter: command not found 해결 방법 (0) | 2023.01.14 |
[Flutter][iOS] 데이터를 클라우드 말고 기기에만 저장하는 방법 (0) | 2023.01.10 |
Flutter 성능 개선 방법 (앱 개발) (4) | 2023.01.08 |