{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":131659232,"defaultBranch":"main","name":"photo_view","ownerLogin":"bluefireteam","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-01T00:11:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39142368?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713388189.0","currentOid":""},"activityList":{"items":[{"before":"47d347d3ebf20e695c126fa2c3b0876ca259f840","after":"a13ca2fc387a3fb1276126959e092c44d0029987","ref":"refs/heads/main","pushedAt":"2024-09-04T06:46:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"Delete unreachable `default` clauses. (#561)\n\nThe Dart analyzer will soon be changed so that if the `default` clause\nof a `switch` statement is determined to be unreachable by the\nexhaustiveness checker, a new warning of type\n`unreachable_switch_default` will be issued. This parallels the behavior\nof the existing `unreachable_switch_case` warning, which is issued\nwhenever a `case` clause of a `switch` statement is determined to be\nunreachable. For details see\nhttps://github.com/dart-lang/sdk/issues/54575.\n\nThis PR deletes unreachable `default` clauses from `photo_view` now, to\navoid a spurious warning when the analyzer change lands.","shortMessageHtmlLink":"Delete unreachable default clauses. (#561)"}},{"before":"163f383fbc44f0dfdc7864fc4385cde82365ef7c","after":"47d347d3ebf20e695c126fa2c3b0876ca259f840","ref":"refs/heads/main","pushedAt":"2024-04-17T21:08:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"chore: 0.15.0 (#553)\n\n0.15.0","shortMessageHtmlLink":"chore: 0.15.0 (#553)"}},{"before":"0bf158076fb04f78b1c22aa9f1e5af398ae4d6ab","after":null,"ref":"refs/heads/renan/0.15.0","pushedAt":"2024-04-17T21:08:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"}},{"before":"a6f2d5ac9084beafbbad14ca124cc8f321099425","after":"0bf158076fb04f78b1c22aa9f1e5af398ae4d6ab","ref":"refs/heads/renan/0.15.0","pushedAt":"2024-04-17T21:05:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"chore: 0.15.0","shortMessageHtmlLink":"chore: 0.15.0"}},{"before":"163f383fbc44f0dfdc7864fc4385cde82365ef7c","after":"a6f2d5ac9084beafbbad14ca124cc8f321099425","ref":"refs/heads/renan/0.15.0","pushedAt":"2024-04-17T20:54:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"chore: 0.15.0","shortMessageHtmlLink":"chore: 0.15.0"}},{"before":null,"after":"163f383fbc44f0dfdc7864fc4385cde82365ef7c","ref":"refs/heads/renan/0.15.0","pushedAt":"2024-04-17T20:54:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"Added pageSnapping option (#542)\n\nAdds the pageSnapping option to give the dev the option to view\ncontinually the image from the gallery, without snapping every time.\n\nThe main reason for me doing this addition is to add this option also on\nthe [pdfx](https://pub.dev/packages/pdfx) package, it is useful for the\nweb apps with vertical viewing.","shortMessageHtmlLink":"Added pageSnapping option (#542)"}},{"before":"d2865d36766e5882bb4cccc91c1f64b91e287289","after":"163f383fbc44f0dfdc7864fc4385cde82365ef7c","ref":"refs/heads/main","pushedAt":"2024-04-16T08:01:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"Added pageSnapping option (#542)\n\nAdds the pageSnapping option to give the dev the option to view\ncontinually the image from the gallery, without snapping every time.\n\nThe main reason for me doing this addition is to add this option also on\nthe [pdfx](https://pub.dev/packages/pdfx) package, it is useful for the\nweb apps with vertical viewing.","shortMessageHtmlLink":"Added pageSnapping option (#542)"}},{"before":"b1974584a1eb318ef441c2bbffd61c0b42a0aa0b","after":"d2865d36766e5882bb4cccc91c1f64b91e287289","ref":"refs/heads/main","pushedAt":"2023-05-17T14:33:29.137Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"feature/strictscale: add possibility to restrict user scale, fix issue #85 (#537)\n\nActual behavior : \r\nUser can scale image in or out. When user release scale gesture, app\r\nwill rescale if current user scale choice is behind defined limit\r\n(maxScale and minScale).\r\n\r\nProposition : \r\nA new property to prevent the user to scale behind theses limit.\r\n\r\nCo-authored-by: Enguerrand_ARMINJON_MAC_2 ","shortMessageHtmlLink":"feature/strictscale: add possibility to restrict user scale, fix issue "}},{"before":"b1974584a1eb318ef441c2bbffd61c0b42a0aa0b","after":null,"ref":"refs/heads/master","pushedAt":"2023-03-28T12:38:02.106Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"}},{"before":null,"after":"b1974584a1eb318ef441c2bbffd61c0b42a0aa0b","ref":"refs/heads/main","pushedAt":"2023-03-28T12:38:00.436Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"make scale more smoothly (#450)\n\nAccording to GestureDector.dragStartBehavior description between\r\nDragStartBehavior.start and DragStartBehavior.down, to make image\r\nscalable more smoothly, we should set PhotoViewGestureRecognizer\r\ndragStartBehavior to DragStartBehavior.start.\r\n\r\nCo-authored-by: FaKenKoala <60820399+FaKenKoala@users.noreply.github.com>","shortMessageHtmlLink":"make scale more smoothly (#450)"}},{"before":"b1a315a2fb546f7b52dd04490d3257ac452f2a6b","after":"b1974584a1eb318ef441c2bbffd61c0b42a0aa0b","ref":"refs/heads/master","pushedAt":"2023-03-28T12:37:23.795Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"renancaraujo","name":"Renan","path":"/renancaraujo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6718144?s=80&v=4"},"commit":{"message":"make scale more smoothly (#450)\n\nAccording to GestureDector.dragStartBehavior description between\r\nDragStartBehavior.start and DragStartBehavior.down, to make image\r\nscalable more smoothly, we should set PhotoViewGestureRecognizer\r\ndragStartBehavior to DragStartBehavior.start.\r\n\r\nCo-authored-by: FaKenKoala <60820399+FaKenKoala@users.noreply.github.com>","shortMessageHtmlLink":"make scale more smoothly (#450)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAErFmOEwA","startCursor":null,"endCursor":null}},"title":"Activity · bluefireteam/photo_view"}