Skip to content

cs442app/flutter-adaptive-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adaptive_app_demos

Demo code for adaptive app development techniques.

Demonstrated in this repo:

  • Login view
    • re-flows from vertical to horizontal layout depending on screen size
    • shows how to use horizontal constraints to stop an item from growing excessively large
  • Main App Scaffold
    • a responsive scaffold that changes from tab bar + drawer, to a combined side-menu for larger screens
    • children are shared between widgets showing how you can reuse the same widget in multiple places
  • A custom title bar is implemented for all platforms using a single widget
    • VisualDensity is controlled with a button inside the title bar, and changes density across the entire app
    • VisualDensity button is right-aligned on macOS to not conflict with native window controls
  • AdaptiveGrid uses LayoutBuilder to create a responsive grid,
    • //TODO: shows cross platform multi-select behavior
    • //TODO: shows popups and right-click menu to delete
    • //TODO: shows select all and delete behavior
  • AdaptiveDataTable uses LayoutBuilder to add/remove columns in a table, depending on space available
  • AdaptiveReflow uses LayoutBuilder to reflow between 3 different layout types: Vertical, Horizontal and Mixed.
  • FocusExamples show various examples of how you can control focusable widgets and listen for key events
  • Logout dialog contains adaptive logic to place the "Ok" button on the left-hand side on Windows, as per OS convention.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 45.4%
  • C++ 27.1%
  • CMake 17.3%
  • HTML 4.1%
  • Ruby 3.0%
  • C 1.5%
  • Other 1.6%