Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.96 KB

File metadata and controls

59 lines (47 loc) · 1.96 KB

Responsive Split View in Flutter

Did you know?

In Flutter, you can easily create a responsive split-view widget that works on mobile, desktop and web.

You can do this in 30 lines of code, without any 3rd party packages: 👇


For a more complete tutorial, read this article (slightly outdated, but the main principles still apply):


Previous Next
Flutter create --sample