1. 31 Mar, 2023 1 commit
  2. 30 Mar, 2023 1 commit
  3. 21 Mar, 2023 1 commit
  4. 28 Oct, 2022 1 commit
    • Justin McCandless's avatar
      Context Menus (#107193) · 0b451b6d
      Justin McCandless authored
      * Can show context menus anywhere in the app, not just on text.
      * Unifies all desktop/mobile context menus to go through one class (ContextMenuController).
      * All context menus are now just plain widgets that can be fully customized.
      * Existing default context menus can be customized and reused.
      0b451b6d
  5. 10 Aug, 2022 1 commit
  6. 02 Aug, 2022 1 commit
  7. 19 Jul, 2022 1 commit
  8. 07 Apr, 2021 1 commit
  9. 20 Jan, 2021 1 commit
  10. 13 Jan, 2021 1 commit
  11. 04 Jan, 2021 1 commit
    • Pierre-Louis's avatar
      Improve Cupertino docs (#72927) · 47e3e75b
      Pierre-Louis authored
      * Add 'See also' to cupertino library
      
      * Add snippets to CupertinoApp
      
      * Add CupertinoPageScaffold samples
      
      * Revert "Add CupertinoPageScaffold samples"
      
      This reverts commit 01b0adf351f0320af7835551102d62e3416f0eab.
      
      * Revert "Revert "Add CupertinoPageScaffold samples""
      
      This reverts commit 0af506237a16f7fec5f3744a9bd015a511a15f72.
      
      * Add CupertinoNavigationBar sample
      
      * Tweak CupertinoPageScaffold sample
      
      * Don't use Material in cupertino samples
      
      * Fix colors
      
      * Fix capitalization
      Co-authored-by: 's avatarShi-Hao Hong <shihaohong@google.com>
      
      * Apply suggestions from code review
      Co-authored-by: 's avatarShi-Hao Hong <shihaohong@google.com>
      
      * Add comment about backgroundColor
      Co-authored-by: 's avatarShi-Hao Hong <shihaohong@google.com>
      47e3e75b
  12. 04 Dec, 2020 1 commit
  13. 01 Dec, 2020 2 commits
  14. 27 Oct, 2020 1 commit
  15. 24 Sep, 2020 1 commit
  16. 01 Sep, 2020 1 commit
  17. 29 Jul, 2020 1 commit
  18. 11 Jun, 2020 1 commit
  19. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  20. 05 Nov, 2019 1 commit
  21. 30 Oct, 2019 1 commit
  22. 28 Oct, 2019 1 commit
  23. 22 Aug, 2019 1 commit
  24. 03 Apr, 2019 1 commit
  25. 19 Dec, 2018 1 commit
  26. 23 Oct, 2018 1 commit
  27. 27 Aug, 2018 1 commit
  28. 23 Aug, 2018 1 commit
  29. 10 Aug, 2018 1 commit
  30. 04 Jul, 2018 1 commit
  31. 20 Jun, 2018 1 commit
  32. 22 Mar, 2018 1 commit
    • xster's avatar
      Cupertino pull to refresh part 1: sliver and a simple indicator widget builder (#15324) · feadfd2e
      xster authored
      * Gallery scaffolding
      
      * Started RenderSliver
      
      * demo and initial hookup
      
      * Cleaned up demo more and scaffolding basic sliver->widget communication structure.
      
      * works
      
      * states and default indicator building works
      
      * start adding docs
      
      * added an alignment setting optimized the sliver relayout mechanism
      
      * tested a default bottom aligned sized indicator
      
      * Added a bunch of tests
      
      * more fixes and more tests
      
      * Finished the tests
      
      * Add docs
      
      * Add more doc diffing wrt material pull to refresh
      
      * Mention nav bar synergy
      
      * add more asserts
      
      * review 1
      
      * Fix mockito 2 / dart 2 / strong typed tests
      
      * review
      
      * Remove the vscode config
      
      * review
      feadfd2e
  33. 26 Jan, 2018 1 commit
    • xster's avatar
      CupertinoPicker part 4 - create CupertinoPicker and add gallery demo (#14091) · 667f4785
      xster authored
      * controller, position and test
      
      * Make controllers swappable
      
      * WIP
      
      * Create a ListWheelScrollPhysics
      
      * Created picker and gallery demo and testing now
      
      * Works. Ready to document and test.
      
      * Document and add tests. Make the scroll controller more generic.
      
      * minor cleanup
      
      * review
      
      * review
      
      * fix tests
      
      * stop using TransformLayers for now
      667f4785
  34. 22 Dec, 2017 1 commit
    • xster's avatar
      Add Cupertino scrollbar (#13290) · 4fcdb50d
      xster authored
      * Create CupertinoScrollbar
      
      * handle main axis margin
      
      * Adaptive material scrollbar and tests
      
      * Small tweaks
      
      * reapply changes on head
      
      * Docs
      
      * start
      
      * Refactored ScrollbarPainter to be more immutable
      
      * fix tests
      
      * fix bug: one animationcontroller pointed to multiple painters
      
      * some docs tweak
      
      * remove unused import
      
      * review
      
      * review
      
      * add dispose
      4fcdb50d
  35. 17 Oct, 2017 1 commit
  36. 21 Sep, 2017 2 commits
    • xster's avatar
      Create a CupertinoTab to support parallel navigation trees in iOS (#12130) · f9e8da6d
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * add a CupertinoTab
      
      * Add default background color
      
      * Add a bunch of examples
      
      * A bunch of tests
      
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      
      * review
      
      * Rename CupertinoTab to CupertinoTabView
      
      * remove final ; in sample code for analyzer
      f9e8da6d
    • xster's avatar
      Split CupertinoScaffold into CupertinoTabScaffold and CupertinoPageScaffold (#12106) · 6d470927
      xster authored
      * Refactor CupertinoScaffold
      
      * Rename rootTabPageBuilder to tabBuilder
      
      * fix tab transparency padding
      
      * Add default background color
      
      * review notes
      
      * fix test
      6d470927
  37. 21 Jul, 2017 1 commit
    • xster's avatar
      iOS text selection (#11224) · aa096b50
      xster authored
      Extract common text selection overlay logic from Material to Widget and create a Cupertino version of the overlays
      aa096b50
  38. 15 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoPageRoute (#10686) · 36c3a962
      xster authored
      * started copying stuff into cupertino page route
      
      * extracted from material page route. Ready for testing
      
      * works with button and gesture
      
      * tests and docs
      
      * review notes
      
      * review notes
      36c3a962