Commit Graph

  • e615f8937b Adds some updates from Material team. Andrew Brogdon 2018-12-06 11:23:57 -0800
  • c553b80c53
    Updates to readme, index. (#33) Andrew Brogdon 2018-12-06 19:05:40 +0000
  • b9656b8c27 Updates to readme, index. #33 Andrew Brogdon 2018-12-06 10:47:05 -0800
  • c61bb7e17f Adding WhatTodo app in Full apps (#27) Burhanuddin Rashid 2018-12-07 00:06:21 +0530
  • e05dedbc5f Mention that inKino is sharing code between web and mobile (#32) Iiro Krankka 2018-11-26 22:11:31 +0100
  • 79d9d143b4
    Add a list view to the place tracker app. (#30) Kenzie Schmoll 2018-11-13 10:39:06 -0800
  • bc27c859d0
    An extra comma and an "its". #32 Iiro Krankka 2018-11-13 16:32:21 +0100
  • 9cd0a02112
    Mention that inKino is sharing code between web and mobile Iiro Krankka 2018-11-12 16:12:39 -0800
  • 0e90a78990 Extract generic AppModel code. #30 kenzieschmoll 2018-11-09 16:33:01 -0800
  • 0111f50821 Merge branch 'master' of github.com:kenzieschmoll/samples into place_tracker_list_view kenzieschmoll 2018-11-09 15:34:36 -0800
  • e59c865884
    Use custom marker icons for Favorite places and Visited places. (#31) Kenzie Schmoll 2018-11-09 15:32:10 -0800
  • 59d42ab702 Don't cache AppState - lookup directly. Extract AppState code into it's own file and add static methods. Address comments from Hans. kenzieschmoll 2018-11-09 14:59:35 -0800
  • 78ca23cbe1 Use custom marker icons for Favorite places and Visited places. #31 kenzieschmoll 2018-11-09 08:23:27 -0800
  • e42a53a716 Use AppModel.update to set the AppState. Add MapConfiguration class to handle map changes based on AppState. kenzieschmoll 2018-11-08 14:20:15 -0800
  • c823766300
    Adds analyzer and formatter to smoke tests. (#29) Andrew Brogdon 2018-11-08 10:56:29 -0800
  • 07c82a1729 Fixing path #29 Andrew Brogdon 2018-11-08 10:16:13 -0800
  • 1f5a87b873 Fixing format command in travis script. Andrew Brogdon 2018-11-08 10:10:32 -0800
  • b45efc2ce1 Updating travis script. Andrew Brogdon 2018-11-07 13:57:49 -0800
  • 811b5d245a
    Fixes Future<void> issue in Shrine. (#28) Andrew Brogdon 2018-11-08 09:59:43 -0800
  • d6f02e7547 Initial implementation of using an InheritedWidget to maintain data between list and map. Map does not update correctly at this point. kenzieschmoll 2018-11-08 09:29:56 -0800
  • 7e3c071022 Fixing deps in jsonexample, unbreaking tests #28 Andrew Brogdon 2018-11-07 13:37:27 -0800
  • eab91927f7 Fixes Future<void> issue in Shrine. Andrew Brogdon 2018-11-07 09:54:40 -0800
  • b5bd917df3
    Adding WhatTodo app in Full apps #27 Burhanuddin Rashid 2018-11-04 21:16:07 +0530
  • 39ccda07e6 Merge branch 'master' of github.com:kenzieschmoll/samples into place_tracker_list_view kenzieschmoll 2018-11-01 17:45:36 -0700
  • 4ed6aca905 Merge branch 'master' of github.com:flutter/samples kenzieschmoll 2018-11-01 16:30:23 -0700
  • eff382bcb2
    Update README with additional information and instructions. Kenzie Schmoll 2018-11-01 16:29:17 -0700
  • 3a6152c972 Add more stub data. Alphabetize entries. kenzieschmoll 2018-11-01 16:26:03 -0700
  • 9bce944b79 Fix text alignment in list. kenzieschmoll 2018-11-01 16:23:47 -0700
  • 69154db5bc 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. kenzieschmoll 2018-11-01 14:24:46 -0700
  • b01b04e059
    Rephrase goal in README. (#26) #24 Kenzie Schmoll 2018-11-01 14:17:07 -0700
  • 18c2490ba0 Rephrase goal in README. #26 kenzieschmoll 2018-11-01 14:15:58 -0700
  • c3381c7fe6 Merge branch 'master' of github.com:kenzieschmoll/samples into place_tracker_list_view kenzieschmoll 2018-11-01 13:17:03 -0700
  • 3ed537495a
    Add stub reviews to the place details sheet. (#22) Kenzie Schmoll 2018-11-01 13:15:12 -0700
  • 1e477806ee Small fixes per comments from Hans. #22 kenzieschmoll 2018-11-01 12:55:36 -0700
  • a3c65a356f Merge master into this branch. kenzieschmoll 2018-11-01 12:32:36 -0700
  • a8f30f6927 Merge branch 'master' into place_tracker_details_screen kenzieschmoll 2018-11-01 12:22:40 -0700
  • bfce2a44e9
    Add map type toggle to place_tracker demo. (#23) Kenzie Schmoll 2018-11-01 12:19:04 -0700
  • d8036143c5 Use visibility widget instead of opacity widget. Other small fixes. #23 kenzieschmoll 2018-11-01 12:11:58 -0700
  • fa58a39a0e Add heroTags to FABs so that we can have two on the screen at once. kenzieschmoll 2018-11-01 10:27:12 -0700
  • 00aed3692f Leave MapType.none in the map type cycle. Consolidate align and padding widget to be a container. kenzieschmoll 2018-11-01 10:20:14 -0700
  • 75a922ac7a
    Add additional details to the place_tracker demo app README. (#25) Kenzie Schmoll 2018-11-01 09:50:23 -0700
  • 0979f307b4 Fix typo. #25 kenzieschmoll 2018-11-01 09:44:34 -0700
  • a3264b0a47 Add additional details to the place_tracker demo app README. kenzieschmoll 2018-11-01 09:40:14 -0700
  • c6f746a2fb
    Update README to include API Key instructions. upstream/place_tracker_readme Kenzie Schmoll 2018-11-01 07:48:04 -0700
  • 25369a7234 Add map type toggle to place_tracker demo. kenzieschmoll 2018-10-31 14:34:10 -0700
  • 79269d7f81 Small fixes based on comments from @RedBrogdon. kenzieschmoll 2018-10-31 13:58:58 -0700
  • b95215fb00 Add list view to place tracker. Note: map in listTile is not WAI in this commit. kenzieschmoll 2018-10-31 13:44:56 -0700
  • 7e0027b825 Add stub place reviews to the place details sheet. Offers a better demonstration of the map in a list view. kenzieschmoll 2018-10-29 13:00:21 -0700
  • 7ab277fad4
    Add Google Maps Place Tracker sample app to flutter/samples. (#20) Kenzie Schmoll 2018-10-26 13:11:10 -0700
  • 9e719a2847 remove unnecessary line breaks. #20 kenzieschmoll 2018-10-26 13:04:31 -0700
  • 81819eee53 Additional cleanup edits. kenzieschmoll 2018-10-26 12:50:54 -0700
  • 1baa4e299a Added crashy sample. #21 Ray Rischpater 2018-10-26 09:58:46 -0700
  • 3b052e0601 Move builder to scaffold body. Add comment to explain the need. kenzieschmoll 2018-10-25 08:56:24 -0700
  • b90d794637 fix typo in method param kenzieschmoll 2018-10-24 08:35:15 -0700
  • 56fcfba059 Make values const where applicable. Add Home class. kenzieschmoll 2018-10-24 08:33:00 -0700
  • 11430f9e78 More revisions based on comments from Hans. kenzieschmoll 2018-10-23 15:15:46 -0700
  • f3658b4bae Revisions per comments from Hans. kenzieschmoll 2018-10-23 12:49:26 -0700
  • 167d91e1e0 Break stateful widgets into multiple stateless widgets. kenzieschmoll 2018-10-19 13:45:19 -0700
  • 3a8fd28b4e Add edit action to new-place-added snackbar. kenzieschmoll 2018-10-18 11:58:27 -0700
  • 5859ee4dfc Style - formatting changes, remove optional new, remove uses of var, use single quote instead of double. kenzieschmoll 2018-10-18 10:09:32 -0700
  • 381fbd92bb Style - Rename 'latlng' Place propterty to 'latLng' to conform to style guide. kenzieschmoll 2018-10-18 09:37:17 -0700
  • f540affb7b Do not perform async tasks in setState(). Do not display info window for pending marker. Adjust snackbar duration. kenzieschmoll 2018-10-18 09:29:26 -0700
  • 3549ab284e Reformat files with dartfmt. kenzieschmoll 2018-10-17 14:05:47 -0700
  • 7e8d41ca77 Add Google Maps Place Tracker sample app to flutter/samples. kenzieschmoll 2018-10-17 13:59:20 -0700
  • a56902dffc
    Merge c6301b39ae into 4b4d5fef9c #19 Filip Hracek 2018-10-09 19:55:24 +0000
  • c6301b39ae Add bottom padding to search results #19 Filip Hracek 2018-10-09 12:41:13 -0700
  • 4b4d5fef9c [Shrine] New Shrine with expanding cart bottom sheet from experimenal (#18) Will Larche 2018-09-27 11:36:30 -0400
  • b9d281ac49 [Shrine] PR feedback. #18 Will Larche 2018-09-25 18:08:22 -0400
  • ca40ca662a [Shrine] Reverting deleting of tests. Will Larche 2018-09-25 16:50:04 -0400
  • 6b507d4b51 [Shrine] New Shrine with expanding cart bottom sheet from experimental repo. Will Larche 2018-09-25 16:29:37 -0400
  • b5ce05e934
    Adds search screen to veggieseasons. (#17) Andrew Brogdon 2018-09-13 10:37:30 -0700
  • 2bc5cdaf28 Addressing xster comments. #17 Andrew Brogdon 2018-09-13 10:18:18 -0700
  • 74de681325 Formatting. Andrew Brogdon 2018-09-07 10:11:54 -0700
  • bfb465eb2d Adding search to veggieseasons. Andrew Brogdon 2018-09-07 10:09:38 -0700
  • 5f040e6545
    Adding favorites screen to veggieseasons. (#16) Andrew Brogdon 2018-09-07 09:34:32 -0700
  • 4d49655653 Adding favorites screen. #16 Andrew Brogdon 2018-09-06 10:36:54 -0700
  • 1ed6c91700
    Adding email notifications. (#15) Andrew Brogdon 2018-09-06 10:23:31 -0700
  • b9c890fe9b Adding email notifications. #15 Andrew Brogdon 2018-09-06 10:15:49 -0700
  • d2c3aeb345
    Adding veggieseasons DetailsScreen. (#14) Andrew Brogdon 2018-09-06 10:11:58 -0700
  • 23a073d2ec Addressing xster comments. #14 Andrew Brogdon 2018-09-06 10:02:29 -0700
  • e5a92bc1cf Addressing efortuna comments. Andrew Brogdon 2018-09-05 15:28:41 -0700
  • ce63600d5a Adding DetailsScreen. Andrew Brogdon 2018-09-05 11:13:55 -0700
  • 0675b1f774
    Adds model layer and list view to veggieseasons. (#13) Andrew Brogdon 2018-09-05 10:12:54 -0700
  • 4950464787 Responding to fhracek comments. #13 Andrew Brogdon 2018-09-05 10:05:13 -0700
  • 12bd79e0aa Addressing comments. Andrew Brogdon 2018-09-04 15:16:40 -0700
  • 6d11743f43 Adds model layer and list view. Andrew Brogdon 2018-08-31 15:48:10 -0700
  • 928c40c097
    Adds the start of a new sample showcasing Cupertino widgets. (#12) Andrew Brogdon 2018-08-31 15:08:33 -0700
  • 29646ae382 Addressing xster comments. #12 Andrew Brogdon 2018-08-31 13:21:18 -0700
  • e75bfd90bb Addressing comments. Andrew Brogdon 2018-08-31 13:06:32 -0700
  • 9d5686ae13 Fixes the dependencies for the examples, unbreaks Travis. (#11) Andrew Brogdon 2018-08-31 09:29:04 -0700
  • 61cfd1c38b Fixes for other examples. #11 Andrew Brogdon 2018-08-31 09:01:40 -0700
  • bf2d18e9c9 Updated jsonexample for new dep versions. Andrew Brogdon 2018-08-31 07:41:30 -0700
  • 5613f37458 Updating Travis for veggies. Andrew Brogdon 2018-08-30 09:52:43 -0700
  • af6af3eb91 Adding Veggieseasons (in progress). Andrew Brogdon 2018-08-30 09:51:56 -0700
  • c02d0208fa Add platform_view_swift based on platform_view example (#10) Mike Laughton 2018-08-10 16:39:22 -0500
  • 8e3c8ce4ac Removed unused import and dependencies. Fixed if/else brace style. #10 Mike Laughton 2018-08-08 22:34:47 -0500
  • 370a72caa5
    Fixing unchangeable Shrine categories. (#9) Andrew Brogdon 2018-08-08 08:41:18 -0700
  • 8da8a8c3aa Removed Android-specific comments. Mike Laughton 2018-08-06 23:16:59 -0500
  • 7fcd2709cc Added platform_view_swift sample. Mike Laughton 2018-08-06 21:57:38 -0500
  • a8fcd13bb5 Fixing unchangeable Shrine categories. #9 Andrew Brogdon 2018-08-01 09:28:49 -0700