Skip to content

Commit 35ff8f1

Browse files
committed
Device Preview Creation
*Create Device Preview animation.
1 parent fdcbe5c commit 35ff8f1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> ### Build Once, Responsive Everywhere!
66
7-
Responsive Framework adapts your UI to different screen sizes automatically. Create your UI once and have it display correctly on mobile, tablet, and desktop!
7+
Responsive Framework adapts your UI to different screen sizes automatically. Create your UI once and have it display pixel perfect on mobile, tablet, and desktop!
88

99
### The Problem
1010
Supporting multiple display sizes often means recreating the same layout multiple times with the traditional _Bootstrap_ approach. This is time consuming, frustrating and repetitive work. Furthermore, getting your designs pixel perfect is near impossible and editing becomes a nightmare.
@@ -37,7 +37,9 @@ Here is what happens with each behavior:
3737
1. Resizing (default) - the AppBar's width is double.infinity so it stretches to fill the available width. The Toolbar height is fixed and stays 56dp.
3838
2. Scaling - the AppBar's width stretches to fill the available width. The height scales proportionally using an aspect ratio automatically calculated from the nearest `ResponsiveBreakpoint`. As the width increases, the height increases proportionally.
3939

40-
## Setting Breakpoints
40+
## Breakpoints
41+
42+
![Screenshots](packages/Device%20Preview.gif)
4143

4244
An arbitrary number of breakpoints can be set. Resizing/scaling behavior can be mixed and matched as below.
4345
- 1400+: scale on extra large 4K displays so text is still legible and widgets are not spaced too far apart.

packages/Device Preview.gif

92.3 MB
Loading

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: responsive_framework
2-
description: Make Flutter apps responsive. Automatically adapt UI to different screen sizes.
2+
description: Make Flutter apps responsive. Build once, responsive everywhere. Automatically adapt UI to different screen sizes.
33
version: 0.0.3
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework

0 commit comments

Comments
 (0)