Skip to content

rodolfogoulart/flutter_demo_movies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_demo_movies

https://dribbble.com/shots/3982621-InVision-Studio-Movies-app-concept

demo

NB: I'm mostly happy with the result, but I also have a hunch there might be a more idiomatic way to do this. It seems like you should be able to do something like this with slivers or pageview transforms, but the more I read the docs on both, the more it felt like I'd be better off doing it with more "fundamental" widgets.

ha, looks like this pattern is getting popular.

https://github.com/search?l=Dart&p=1&q=var+safeWidth+%3D+width+-+2+%2A+padding%3B+++++++++var+safeHeight+%3D+height+-+2+%2A+padding%3B&type=Code

Releases

No releases published

Packages

No packages published

Languages

  • Dart 90.9%
  • Objective-C 6.1%
  • Java 3.0%