Commit Graph

  • 203e320038 Merge branch 'master' of github.com:flutter/samples into firebase/vanilla John Ryan 2020-05-06 11:18:43 -0700
  • 3f4621e12c rename method John Ryan 2020-05-06 11:13:01 -0700
  • f10e04b089 use StreamBuilder + FutureBuilder on Entries page John Ryan 2020-05-06 11:00:33 -0700
  • ae5b085fb4 ++ Michael Goderbauer 2020-05-06 09:31:54 -0700
  • 25041dec6b handle case where selected item in the category dropdown goes away John Ryan 2020-05-05 15:27:43 -0700
  • 8da68d8484 use spread operator in dashboard.dart John Ryan 2020-05-05 15:22:42 -0700
  • d60061a6ed fix avoid_types_on_closure_parameters lint warnings John Ryan 2020-05-05 15:19:29 -0700
  • 18f2ecec55 add analysis_options.yaml and fix (most) issues John Ryan 2020-05-05 15:18:04 -0700
  • 9280b517ba Use a new type, _EntriesEvent to improve filtering in mock API John Ryan 2020-05-05 15:06:06 -0700
  • cde9b6fb88 remove reference to stream in mock API John Ryan 2020-05-05 14:44:12 -0700
  • 31f6eff4a6
    Update samples.yaml (#430) Anthony 2020-05-05 17:36:41 -0400
  • 27198ad733
    Update Flutter Gallery link (#429) Pierre-Louis 2020-05-05 23:35:59 +0200
  • f8ba724a55 use a single collection reference in firebase API John Ryan 2020-05-05 14:02:36 -0700
  • 59e9214bb5 code review updates John Ryan 2020-05-05 13:57:30 -0700
  • 7d25b2e390
    Update samples.yaml #430 Anthony 2020-05-05 14:50:53 -0400
  • 94999a250f use a const for number of days in chart John Ryan 2020-05-05 11:31:28 -0700
  • 9388fc30ef convert CategoryChart to a stateless widget John Ryan 2020-05-05 10:40:44 -0700
  • e1d5b2490d fix bug in chart_utils.dart John Ryan 2020-05-05 09:58:51 -0700
  • 935507ec17 Update Flutter Gallery link #429 guidezpl 2020-05-05 18:44:12 +0200
  • 3ecc87a6d5 ++ Michael Goderbauer 2020-05-04 17:35:35 -0700
  • 471a86669a Update dependencies Michael Goderbauer 2020-05-04 17:19:06 -0700
  • c5f61d7928 Refactor entry total calculation, add chart_utils library John Ryan 2020-05-04 16:13:22 -0700
  • c7f5030079
    Moved two animation vignettes into misc. (#425) Andrew Brogdon 2020-05-04 13:38:38 -0700
  • ab55f68ab6 Updated README #425 Andrew Brogdon 2020-05-04 13:29:27 -0700
  • 422744e210
    SECURITY.md #427 Ravikant Sharma 2020-05-02 19:41:24 +0530
  • b168c75f1a Formatting Dart Files tusharojha 2020-05-01 21:52:00 +0530
  • f719965f90 Moved two vignettes into misc. Andrew Brogdon 2020-04-30 12:35:00 -0700
  • 9a464fad00
    update slide_puzzle (#420) John Ryan 2020-04-29 13:41:36 -0700
  • 3d8687e725 add license headers #420 John Ryan 2020-04-28 15:58:46 -0700
  • 43b4d0b033 Properly Formatted all files tusharojha 2020-04-28 12:18:07 +0530
  • ddf610d682
    [provider_shopper] Added widget tests for login, catalog and cart screens (#400) Jaideep Prasad 2020-04-28 06:15:50 +0530
  • e6c7aaf8c6
    Update README.md (#422) John Ryan 2020-04-27 17:42:47 -0700
  • b2f3ccfad2
    [animations] adds widget test for expand card (#410) Ayush Bherwani 2020-04-28 06:01:04 +0530
  • 5d7531f230 ChangeNotifierProvider added and InheritedWidget removed tusharojha 2020-04-28 02:53:55 +0530
  • 9e070627f7 remove unused import John Ryan 2020-04-27 14:18:12 -0700
  • 1b97896e86
    Update README.md #422 John Ryan 2020-04-27 14:13:50 -0700
  • 60ff06c8d7 run grind fix-copyright John Ryan 2020-04-24 09:28:35 -0700
  • b0c242ec00 Move dialogs into dialogs.dart John Ryan 2020-04-24 09:27:18 -0700
  • e76195f98c Built 9 directories John Ryan 2020-04-23 13:08:01 -0700
  • 07702e44e7 run createThumbnails before build-release grind task John Ryan 2020-04-23 12:59:27 -0700
  • a0a405c1cc Built 9 directories John Ryan 2020-04-23 12:51:27 -0700
  • 3f1e2877b8 update slide_puzzle John Ryan 2020-04-23 12:31:00 -0700
  • ef0114c210
    update slide_puzzle for beta channel (#419) John Ryan 2020-04-23 09:33:43 -0700
  • f7d86ef274 minor fixes #400 Jaideep Prasad 2020-04-23 11:28:04 +0530
  • 33ed7fe89e minor fixes Jaideep Prasad 2020-04-23 11:06:35 +0530
  • 73714fa75a improves formatting #410 AyushBherwani1998 2020-04-23 11:03:27 +0530
  • 561b9bfefb improves test AyushBherwani1998 2020-04-23 10:41:16 +0530
  • ed284c78bd
    Added CurvedAnimation Sample (#385) Ayush Kumar Shaw 2020-04-23 10:38:12 +0530
  • 97375524ae fix circular progress indicator John Ryan 2020-04-21 16:14:50 -0700
  • dc2e0cf444 don't wait to show snackbar on delete John Ryan 2020-04-21 16:13:49 -0700
  • f17d70c0a4 rename item-category John Ryan 2020-04-21 16:06:23 -0700
  • 8f4d8badf8 update slide_puzzle for beta channel #419 John Ryan 2020-04-21 13:24:04 -0700
  • 7998c8a0ce Remove _selectedItem from Home page John Ryan 2020-04-21 10:28:40 -0700
  • 8763d754ad
    Add thumbnail images to VSI (#415) John Ryan 2020-04-17 13:55:12 -0700
  • 9c33bf1705
    Update grind.dart #415 John Ryan 2020-04-16 14:44:44 -0700
  • b8e1f9eeaa cleanup: pubspec.lock, remove type annotation John Ryan 2020-04-15 15:52:28 -0700
  • a144790b69 Show current day in charts John Ryan 2020-04-15 15:52:10 -0700
  • cbe12db9c6 Add entries page functionality John Ryan 2020-04-15 15:51:31 -0700
  • 17681188a1 format John Ryan 2020-04-14 10:01:46 -0700
  • 1d206591e3
    Updates additional samples for beta release (#416) Andrew Brogdon 2020-04-13 16:55:23 -0700
  • c13b64bf78 Updating travis script to account for generated_plugin_registratnt #416 Andrew Brogdon 2020-04-13 16:37:44 -0700
  • 477e5006ad Working around generated_plugin_registrant.dart Andrew Brogdon 2020-04-13 16:31:19 -0700
  • 80841552a7 Formatting provider_shopper Andrew Brogdon 2020-04-13 16:19:22 -0700
  • e5e51ec990 Fixing platform_view_swift Andrew Brogdon 2020-04-13 16:10:57 -0700
  • 0dd134c36d Formatting Andrew Brogdon 2020-04-13 15:29:40 -0700
  • d193d210c4 Adding beta branch to travis Andrew Brogdon 2020-04-13 13:43:59 -0700
  • 88e57fe930 Updating add_to_app samples Andrew Brogdon 2020-04-13 13:43:17 -0700
  • d942a3a5fa Adding updates to fonts and pubspecs Andrew Brogdon 2020-04-12 11:01:44 -0700
  • 470e7b3b9b set package:image version in pubspec John Ryan 2020-04-13 14:56:48 -0700
  • b1a8b241de remove filesCreated set - thumbnails for each image are generated. John Ryan 2020-04-13 14:54:30 -0700
  • e2c176f705 add thumbnail image generation John Ryan 2020-04-13 14:52:54 -0700
  • a3a81ee31d refactor home page John Ryan 2020-04-13 09:31:16 -0700
  • 09e48cb437 Add Entries list without editing John Ryan 2020-04-10 16:09:37 -0700
  • 227a481ce7 Add charts that display entries from Firebase John Ryan 2020-04-10 14:01:47 -0700
  • 6874ddc223 add edit / new form dialogs John Ryan 2020-04-09 17:19:54 -0700
  • 66810e975e add fillWithMockData() fix delete() in mock API John Ryan 2020-04-09 15:22:59 -0700
  • d6e4d4b603 add run tasks to grind script John Ryan 2020-04-07 18:01:09 -0700
  • 6417a1ccf4 add run and generate tasks John Ryan 2020-04-07 13:52:31 -0700
  • d1260a3a48 run grind fix-copyright John Ryan 2020-04-07 10:59:08 -0700
  • 9f84c4451a fix fix-copyright task John Ryan 2020-04-07 10:58:56 -0700
  • 64fcd453e5 add copyright checks to grinder script John Ryan 2020-04-07 10:54:52 -0700
  • 0f4d232170 add main_mock entrypoint John Ryan 2020-04-07 09:50:39 -0700
  • f629357044 move mock and firebase configuration into the constructor John Ryan 2020-04-07 09:17:33 -0700
  • 175cb6c7dc move types.dart into api.dart John Ryan 2020-04-06 13:36:47 -0700
  • a13cb82ed4 add EditItemForm John Ryan 2020-04-06 13:36:17 -0700
  • 3742b28a7e remove experiments directory John Ryan 2020-04-06 13:35:46 -0700
  • 2c0efb7908 Add build_runner instructions to README John Ryan 2020-04-06 13:35:24 -0700
  • 683befb4b5 Implement FirebaseItemApi John Ryan 2020-04-03 16:14:37 -0700
  • ccc4194982 ignore 'id' field on types John Ryan 2020-04-03 16:13:50 -0700
  • 7894f7aebc update README John Ryan 2020-04-03 16:10:11 -0700
  • aabcc5f21a add json_serializable John Ryan 2020-04-03 13:57:36 -0700
  • 91cff3a0a1 sign in silently if the user is already signed in John Ryan 2020-04-03 13:36:20 -0700
  • d76cda024a fix README John Ryan 2020-04-03 13:20:05 -0700
  • c9e21abed0 Add firebase instructions to the README John Ryan 2020-04-03 13:17:29 -0700
  • 2884599a8c switch to mocks for non-firebase version John Ryan 2020-04-03 12:59:41 -0700
  • 37b93a5c3d update pubspec.lock John Ryan 2020-04-03 12:32:24 -0700
  • e8df9f9376 refactor code for google_sign_in John Ryan 2020-04-13 11:40:32 -0700
  • ba1c428d3d
    Beta channel updates (#412) John Ryan 2020-04-13 09:18:19 -0700
  • 7b0cdc2c0f
    Update pubspec.lock Ayush Bherwani 2020-04-13 12:39:05 +0530
  • 4c928365a2 revert pubspec.lock changes AyushBherwani1998 2020-04-13 11:01:46 +0530