Skip to content

Add: model, json, Future http.Respons, OrientationBuilder

Notifications You must be signed in to change notification settings

NestorBurma1/codlab4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codlab4

One more thing. Device rotations! Let me introduce a widget that can handle it - OrientationBuilder

OrientationBuilder( builder: (context, orientation) { if (orientation == Orientation.portrait) { return Text('portrait'); } else { return Text('lanscape'); } }, ); And your homework will extend WeatherContainer widget and render it in landscape orientation: homework

About

Add: model, json, Future http.Respons, OrientationBuilder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published