X Tutup
The Wayback Machine - https://web.archive.org/web/20201102223344/https://github.com/flutter/flutter/commits/master
Skip to content
Permalink
master

Commits on Nov 2, 2020

  1. dont mess with user supplied list (#69594)

    LongCatIsLooong committed Nov 2, 2020
  2. Standardize dartdoc macro names (#69445)

    gspencergoog committed Nov 2, 2020
  3. fix(itemExtent): Fix rounded issue using precisionErrorTolerance (#68199

    )
    daviddgl committed Nov 2, 2020
  4. fix mouse wheel scroll miscontrol of ScrollPosition. (#66039)

    YeungKC committed Nov 2, 2020
  5. Make Theme.of non-nullable (#68922)

    goderbauer committed Nov 2, 2020
  6. move to onTapUp (#69422)

    goderbauer committed Nov 2, 2020
  7. Rename AutocompleteCore to RawAutocomplete to match similar naming el…

    …sewhere in Flutter (#69419)
    
    We are standardizing around the term Raw for lower level widgets.
    justinmc committed Nov 2, 2020
  8. [flutter_tools] Support zipped application bundles for macOS (#68854)

    * [flutter_tools] Support zipped application bundles for macOS
    
    It is not possible to directly produce a directory (.app) in some build systems
    but rather it must be zip'ed before being passed to the tool for
    running. This adds support for attempting to extract an application
    bundle from a zip file if the bundle is not already a directory. This
    uses very similar code from lib/src/application_package.dart which is
    used for extracting an ipa for iOS.
    
    This introduces tests for the macos/application_package.dart behavior which did not exist before. These tests cover the changes in the PR and some of the existing behavior, but do not cover everything in that file.
    rokob committed Nov 2, 2020
  9. AdoptAWidget: Dismissible (#69535)

    abd99 committed Nov 2, 2020
  10. Update Draggable API Docs (#69527)

    parzuko committed Nov 2, 2020
  11. [RadioListTile] Adds shape, tileColor and selectedTileColor to RadioL…

    …istTile (#69399)
    yash1200 committed Nov 2, 2020
  12. AdoptAWidget: SliverWithKeepAliveWidget (#69470) (#69557)

    chihempat committed Nov 2, 2020
  13. Add Scaffold to Tooltip code samples (#69532)

    Abhishek01039 committed Nov 2, 2020
  14. AdoptAWidget: MaterialBanner (#69530)

    tadaspetra committed Nov 2, 2020
  15. AnimatedPositioned (#69513)

    Anas35 committed Nov 2, 2020

Commits on Nov 1, 2020

  1. update docs for AbsorbPointer (#69521)

    CaptainIRS committed Nov 1, 2020
  2. AdoptAWidget: FittedBox (#69503)

    singhsuryanshu committed Nov 1, 2020
  3. AdoptAWidget: aspectRatio (#69509)

    Amitpatil215 committed Nov 1, 2020
  4. AdoptAWidget: Tooltip (#69518)

    tsvillain committed Nov 1, 2020

Commits on Oct 31, 2020

  1. [gen_l10n] Fix unintended use of raw string in generateString (#69382)

    * Fix failing tests from introducing raw string generation in gen_l10n tool
    shihaohong committed Oct 31, 2020
  2. Fix spelling errors (#69451)

    My yearly pass to fix spelling errors in the API dartdocs.
    gspencergoog committed Oct 31, 2020
  3. Add HeroMode widget (#48223)

    najeira committed Oct 31, 2020
  4. start and stop chromedriver once per sub-shard; do not wait for it to…

    … quit (#69443)
    
    * start and stop chromedriver once per sub-shard; do not wait for it to quit
    
    * enable web_long_running_tests but keep them as flaky
    yjbanov committed Oct 31, 2020

Commits on Oct 30, 2020

  1. Make Directionality.of non-null (#69060)

    goderbauer committed Oct 30, 2020
  2. Fix crash when a MultiFrameImageStreamCompleter is disposed during fr…

    …ame decoding (#69219)
    ds84182 committed Oct 30, 2020
  3. [null-safety] enable null safety (#69440)

    * [null-safety] enable null safety
    
    * opt expression evaluation web test out of null safety
    jonahwilliams committed Oct 30, 2020
  4. Show macOS arm64 architecture in doctor and devices list (#69245)

    jmagman committed Oct 30, 2020
  5. Roll Engine from 99cc50dfffab to 8d3d953192aa (#69418)

    zanderso committed Oct 30, 2020
  6. [null-safety] update tests and tool auto-detection for null safe dart (

    …#69405)
    
    Disable null safety auto-detection for the web
    jonahwilliams committed Oct 30, 2020
  7. Disable tests that time-out on CI (#69432)

    zanderso committed Oct 30, 2020
  8. disable web_long_running_tests due to flakiness (#69430)

    yjbanov committed Oct 30, 2020
  9. Fix build (#69426)

    goderbauer committed Oct 30, 2020
Older
You can’t perform that action at this time.
X Tutup