From 96a2cd6dda13b0fff44263e50bd0d55f54c21349 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Wed, 28 Aug 2019 11:21:55 -0700 Subject: [PATCH] Adds maintenance log for samples (#132) --- MAINTENANCE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 MAINTENANCE.md diff --git a/MAINTENANCE.md b/MAINTENANCE.md new file mode 100644 index 000000000..54d5876a1 --- /dev/null +++ b/MAINTENANCE.md @@ -0,0 +1,22 @@ +# Sample app maintenance log + +This table records the last time someone from the Flutter team came did a +maintenance pass on a particular sample (read through the code, updated it to +match any new language/SDK features, etc.). + +| Sample | GH username | Date Updated | +| :------------------------ | -----------------: | -------------: | +| animations | | | +| chrome-os-best-practices | | | +| experimental | | | +| flutter_maps_firestore | | | +| isolate_example | | | +| jsonexample | | | +| material_studies/shrine | | | +| place_tracker | | | +| platform_design | | | +| platform_view_swift | | | +| provider_counter | | | +| provider_shopper | | | +| veggieseasons | | | +| web | | |