dengyin2000 / dynamic_widget

A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code.
Apache License 2.0
1.56k stars 309 forks source link

Fixed deprecated items #81

Closed gabrielferreir closed 2 years ago

gabrielferreir commented 2 years ago

Fixed deprecated items.

RaisedButton -> ElevatedButton

Scaffold.of(context).showSnackBar -> ScaffoldMessenger.of(context)