)]}'
{
  "commit": "473d75a6e326c4b12329fa15b1aae11572d18290",
  "tree": "538ec7f5506b6a71f7caa16c0f45867dd65f9792",
  "parents": [
    "b6fb4a8a871236043252da113241f8ca8285b597"
  ],
  "author": {
    "name": "Jeff McGlynn",
    "email": "jeff@jeffmcglynn.com",
    "time": "Tue Nov 14 14:34:43 2017 -0800"
  },
  "committer": {
    "name": "xster",
    "email": "xiao@xster.net",
    "time": "Tue Nov 14 14:34:43 2017 -0800"
  },
  "message": "PageView ballistics overshoot the page on some devices (#12884)\n\n* PageView ballistics overshoot the page on some devices\r\n\r\nOn some devices, such as Cupertino “Plus”-sized devices, scrolling left on the first page of a PageView will overshoot the first page and land on the second page.\r\n\r\nThe issue is that applyContentDimensions incorrectly detects a content size change due to a floating point comparison on certain screen sizes (18257.400000000005 vs 18257.4)\r\n\r\nTo fix this, perform a nearEqual comparison in applyContentDimensions.\r\n\r\n* Apply style changes to nearEqual for code review feedback.\r\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "26d8148603f0247e5d302b4246221eb0240af489",
      "old_mode": 33188,
      "old_path": "packages/flutter/lib/src/physics/utils.dart",
      "new_id": "998f85dfff43f7233cde03231a15bae9080c2b90",
      "new_mode": 33188,
      "new_path": "packages/flutter/lib/src/physics/utils.dart"
    },
    {
      "type": "modify",
      "old_id": "4c80074bdc6d65b2c7a71affb0fb59956c65f216",
      "old_mode": 33188,
      "old_path": "packages/flutter/lib/src/widgets/scroll_position.dart",
      "new_id": "c3aec5ca22c357a3e256af31ce9b7c15e59a5173",
      "new_mode": 33188,
      "new_path": "packages/flutter/lib/src/widgets/scroll_position.dart"
    },
    {
      "type": "modify",
      "old_id": "4dce1c48a0439d785c3106802e9d730e7ecb78dc",
      "old_mode": 33188,
      "old_path": "packages/flutter/test/physics/near_equal_test.dart",
      "new_id": "0a10efdc0ed39795c92aacdd06513d4f07666c34",
      "new_mode": 33188,
      "new_path": "packages/flutter/test/physics/near_equal_test.dart"
    },
    {
      "type": "modify",
      "old_id": "48f3dbc2395dbee0e57bfb036f27638f8612a1f7",
      "old_mode": 33188,
      "old_path": "packages/flutter/test/widgets/page_view_test.dart",
      "new_id": "19399de2b056099e39b7e854101b29b3946127ca",
      "new_mode": 33188,
      "new_path": "packages/flutter/test/widgets/page_view_test.dart"
    }
  ]
}
