본문 바로가기

Flutter

[j Flutter] Button class 2021변경사항

728x90
반응형

일부 Button 클래스가 변경이 되었다.

 

 

해당 관련 문서 링크 ↓

docs.google.com/document/d/1yohSuYrvyya5V1hB6j9pJskavCdVq9sVeTqSoEPsWH0/edit

 

Migrating to the New Material Buttons and their Themes

SUMMARY A guide to migrating existing apps to the new Flutter button classes and their themes. Author: Hans Muller (@hansmuller) Go Link: flutter.dev/go/material-button-migration-guide Created: August 2020 / Last updated: August 2020 A guide to upgrading F

docs.google.com

 

변경된 클래스 목록 :

  • FlatButton → TextButton
  • RaisedButton → ElecatedButton
  • OutlineButton → OutlinedButton
  • ButtonTheme → TextButtonTheme, ElevatedButtonTheme, OutlineButtonTheme
728x90
반응형