text
stringlengths
1
474
imageUrl: '$urlPrefix/03-machu-picchu.jpg',
),
Location(
name: 'Vitznau',
place: 'Switzerland',
imageUrl: '$urlPrefix/04-vitznau.jpg',
),
Location(
name: 'Bali',
place: 'Indonesia',
imageUrl: '$urlPrefix/05-bali.jpg',
),
Location(
name: 'Mexico City',
place: 'Mexico',
imageUrl: '$urlPrefix/06-mexico-city.jpg',
),
Location(
name: 'Cairo',
place: 'Egypt',
imageUrl: '$urlPrefix/07-cairo.jpg',
),
];<code_end>
<topic_end>
<topic_start>Creating responsive and adaptive apps
One of Flutter’s primary goals is to create a framework
that allows you to develop apps from a single codebase
that look and feel great on any platform.This means that your app might appear on screens of
many different sizes, from a watch, to a foldable
phone with two screens, to a high def monitor.Two terms that describe concepts for this
scenario are adaptive and responsive. Ideally,
you’d want your app to be both but what,
exactly, does this mean?
These terms are similar, but they are not the same.<topic_end>
<topic_start>
The difference between an adaptive and a responsive app
Adaptive and responsive can be viewed as separate
dimensions of an app: you can have an adaptive app
that is not responsive, or vice versa. And, of course,
an app can be both, or neither.Learn more in the following 5-minute video:Adaptive vs Responsive<topic_end>
<topic_start>
Creating a responsive Flutter app
Flutter allows you to create apps that self-adapt
to the device’s screen size and orientation.There are two basic approaches to creating Flutter
apps with responsive design:Other useful widgets and classes for creating a responsive UI:<topic_end>
<topic_start>
Other resources
For more information, here are a few resources,
including contributions from the Flutter community:<topic_end>
<topic_start>
Creating an adaptive Flutter app
Learn more about creating an adaptive Flutter app with
Building adaptive apps, written by the gskinner team.You might also check out the following episodes
of The Boring Show:Adaptive layoutsAdaptive layouts, part 2For an excellent example of an adaptive app,
check out Flutter Folio, a scrapbooking app created
in collaboration with gskinner and the Flutter team:The Folio source code is also available on GitHub.
Learn more on the gskinner blog.<topic_end>
<topic_start>
Other resources
You can learn more about creating platform adaptive apps
in the following resources:
<topic_end>
<topic_start>Creating responsive and adaptive apps
One of Flutter’s primary goals is to create a framework
that allows you to develop apps from a single codebase
that look and feel great on any platform.This means that your app might appear on screens of
many different sizes, from a watch, to a foldable
phone with two screens, to a high def monitor.Two terms that describe concepts for this
scenario are adaptive and responsive. Ideally,
you’d want your app to be both but what,
exactly, does this mean?
These terms are similar, but they are not the same.<topic_end>
<topic_start>
The difference between an adaptive and a responsive app
Adaptive and responsive can be viewed as separate
dimensions of an app: you can have an adaptive app
that is not responsive, or vice versa. And, of course,
an app can be both, or neither.Learn more in the following 5-minute video:Adaptive vs Responsive<topic_end>
<topic_start>
Creating a responsive Flutter app
Flutter allows you to create apps that self-adapt
to the device’s screen size and orientation.There are two basic approaches to creating Flutter
apps with responsive design:Other useful widgets and classes for creating a responsive UI:<topic_end>
<topic_start>
Other resources
For more information, here are a few resources,
including contributions from the Flutter community:<topic_end>
<topic_start>
Creating an adaptive Flutter app
Learn more about creating an adaptive Flutter app with
Building adaptive apps, written by the gskinner team.You might also check out the following episodes
of The Boring Show:Adaptive layoutsAdaptive layouts, part 2For an excellent example of an adaptive app,
check out Flutter Folio, a scrapbooking app created
in collaboration with gskinner and the Flutter team:The Folio source code is also available on GitHub.
Learn more on the gskinner blog.<topic_end>
<topic_start>
Other resources
You can learn more about creating platform adaptive apps
in the following resources:
<topic_end>