1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Kenzie Schmoll 79d9d143b4 Add a list view to the place tracker app. (#30)
* Add list view to place tracker. Note: map in listTile is not WAI in this commit.

* Remove map from list tiles. Make list tiles tappable (currently editing a place and saving will do nothing if the details screen is pushed from the list view.

* Fix text alignment in list.

* Initial implementation of using an InheritedWidget to maintain data between list and map. Map does not update correctly at this point.

* Use AppModel.update to set the AppState. Add MapConfiguration class to handle map changes based on AppState.

* Don't cache AppState - lookup directly. Extract AppState code into it's own file and add static methods. Address comments from Hans.

* Extract generic AppModel code.
2018-11-13 10:39:06 -08:00
2018-06-08 14:36:44 -07:00
2018-09-06 10:23:31 -07:00
2018-06-08 14:36:44 -07:00
2018-07-31 15:04:42 -07:00
2018-07-31 15:04:42 -07:00
2018-06-08 14:36:44 -07:00
2018-06-08 14:36:44 -07:00
2018-07-31 15:04:42 -07:00

Flutter samples

Build Status

A collection of open source samples that illustrate best practices for Flutter.

This repo will be getting significantly larger as Flutter progresses toward 1.0.

Index

For a curated list of samples in this repo and elsewhere, see the index.

Interested in contributing?

See the contributor's guide!

Questions or issues?

If you have a general question about one of these samples or how to adapt its techniques for one of your own apps, try one of these resources:

If you run into a bug in one of the samples, please file an issue in the main Flutter repo.

Description
No description provided
Readme 1 GiB
Languages
Dart 71%
C++ 11.4%
CMake 8.7%
Kotlin 2.2%
Swift 1.9%
Other 4.8%