{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":706617236,"defaultBranch":"main","name":"packages","ownerLogin":"PoradaApp","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-18T09:50:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/126910955?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726088506.0","currentOid":""},"activityList":{"items":[{"before":"0b1a41479aaedcc4449cc44f09982663948134f3","after":"2241ed2f008b57200f07e133744420c1e6670bdf","ref":"refs/heads/porada","pushedAt":"2024-09-11T21:45:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Fix supporting new changes in package","shortMessageHtmlLink":"Fix supporting new changes in package"}},{"before":"42238de8dd097bf5ee72a4e20de96a4046c050e4","after":"0b1a41479aaedcc4449cc44f09982663948134f3","ref":"refs/heads/porada","pushedAt":"2024-09-11T21:40:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Restored functionality","shortMessageHtmlLink":"Restored functionality"}},{"before":"74eec78613df95a18d0cf2890b3303b62874130b","after":"42238de8dd097bf5ee72a4e20de96a4046c050e4","ref":"refs/heads/porada","pushedAt":"2024-09-11T21:17:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Saved main files","shortMessageHtmlLink":"Saved main files"}},{"before":"d8a1ed036829c40305ea28aa34ac6b44c408bceb","after":"42238de8dd097bf5ee72a4e20de96a4046c050e4","ref":"refs/heads/custom_scaffold_recovery","pushedAt":"2024-09-11T21:12:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Saved main files","shortMessageHtmlLink":"Saved main files"}},{"before":"74eec78613df95a18d0cf2890b3303b62874130b","after":"d8a1ed036829c40305ea28aa34ac6b44c408bceb","ref":"refs/heads/custom_scaffold_recovery","pushedAt":"2024-09-11T21:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Restored files","shortMessageHtmlLink":"Restored files"}},{"before":null,"after":"74eec78613df95a18d0cf2890b3303b62874130b","ref":"refs/heads/porada","pushedAt":"2024-09-11T21:01:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Saved recovery","shortMessageHtmlLink":"Saved recovery"}},{"before":"393ce9b8c350ed0b597f097e5798eade989ddfc5","after":"74eec78613df95a18d0cf2890b3303b62874130b","ref":"refs/heads/custom_scaffold_recovery","pushedAt":"2024-09-11T20:59:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Saved recovery","shortMessageHtmlLink":"Saved recovery"}},{"before":null,"after":"393ce9b8c350ed0b597f097e5798eade989ddfc5","ref":"refs/heads/custom_scaffold_recovery","pushedAt":"2024-09-11T20:54:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewLatLngBounds.toJson (#7626)\n\nReplace `newLatLngZoom` with `newLatLngBounds` as it should be.\r\n\r\nSee\r\nhttps://github.com/flutter/packages/pull/7596#pullrequestreview-2297196704\r\n\r\nPart of https://github.com/flutter/flutter/issues/152928\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [relevant style guides] and ran the\r\nauto-formatter. (Unlike the flutter/flutter repo, the flutter/packages\r\nrepo does use `dart format`.)\r\n- [ ] I signed the [CLA].\r\n- [x] The title of the PR starts with the name of the package surrounded\r\nby square brackets, e.g. `[shared_preferences]`\r\n- [x] I [linked to at least one issue that this PR fixes] in the\r\ndescription above.\r\n- [x] I updated `pubspec.yaml` with an appropriate new version according\r\nto the [pub versioning philosophy], or this PR is [exempt from version\r\nchanges].\r\n- [x] I updated `CHANGELOG.md` to add a description of the change,\r\n[following repository CHANGELOG style], or this PR is [exempt from\r\nCHANGELOG changes].\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [ ] I added new tests to check the change I am making, or this PR is\r\n[test-exempt].\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md\r\n[Tree Hygiene]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md\r\n[relevant style guides]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style\r\n[CLA]: https://cla.developers.google.com/\r\n[Discord]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md\r\n[linked to at least one issue that this PR fixes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview\r\n[pub versioning philosophy]: https://dart.dev/tools/pub/versioning\r\n[exempt from version changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version\r\n[following repository CHANGELOG style]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style\r\n[exempt from CHANGELOG changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests","shortMessageHtmlLink":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewL…"}},{"before":"be915be927088d26e6ae65bbfa7302a816a159b9","after":"393ce9b8c350ed0b597f097e5798eade989ddfc5","ref":"refs/heads/main","pushedAt":"2024-09-11T20:48:07.000Z","pushType":"push","commitsCount":1064,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewLatLngBounds.toJson (#7626)\n\nReplace `newLatLngZoom` with `newLatLngBounds` as it should be.\r\n\r\nSee\r\nhttps://github.com/flutter/packages/pull/7596#pullrequestreview-2297196704\r\n\r\nPart of https://github.com/flutter/flutter/issues/152928\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [relevant style guides] and ran the\r\nauto-formatter. (Unlike the flutter/flutter repo, the flutter/packages\r\nrepo does use `dart format`.)\r\n- [ ] I signed the [CLA].\r\n- [x] The title of the PR starts with the name of the package surrounded\r\nby square brackets, e.g. `[shared_preferences]`\r\n- [x] I [linked to at least one issue that this PR fixes] in the\r\ndescription above.\r\n- [x] I updated `pubspec.yaml` with an appropriate new version according\r\nto the [pub versioning philosophy], or this PR is [exempt from version\r\nchanges].\r\n- [x] I updated `CHANGELOG.md` to add a description of the change,\r\n[following repository CHANGELOG style], or this PR is [exempt from\r\nCHANGELOG changes].\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [ ] I added new tests to check the change I am making, or this PR is\r\n[test-exempt].\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md\r\n[Tree Hygiene]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md\r\n[relevant style guides]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style\r\n[CLA]: https://cla.developers.google.com/\r\n[Discord]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md\r\n[linked to at least one issue that this PR fixes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview\r\n[pub versioning philosophy]: https://dart.dev/tools/pub/versioning\r\n[exempt from version changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version\r\n[following repository CHANGELOG style]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style\r\n[exempt from CHANGELOG changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests","shortMessageHtmlLink":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewL…"}},{"before":"e7b38af0baec345735ada97a89e25bf2cda10f0c","after":"393ce9b8c350ed0b597f097e5798eade989ddfc5","ref":"refs/heads/custom_scaffold","pushedAt":"2024-09-11T20:37:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewLatLngBounds.toJson (#7626)\n\nReplace `newLatLngZoom` with `newLatLngBounds` as it should be.\r\n\r\nSee\r\nhttps://github.com/flutter/packages/pull/7596#pullrequestreview-2297196704\r\n\r\nPart of https://github.com/flutter/flutter/issues/152928\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [relevant style guides] and ran the\r\nauto-formatter. (Unlike the flutter/flutter repo, the flutter/packages\r\nrepo does use `dart format`.)\r\n- [ ] I signed the [CLA].\r\n- [x] The title of the PR starts with the name of the package surrounded\r\nby square brackets, e.g. `[shared_preferences]`\r\n- [x] I [linked to at least one issue that this PR fixes] in the\r\ndescription above.\r\n- [x] I updated `pubspec.yaml` with an appropriate new version according\r\nto the [pub versioning philosophy], or this PR is [exempt from version\r\nchanges].\r\n- [x] I updated `CHANGELOG.md` to add a description of the change,\r\n[following repository CHANGELOG style], or this PR is [exempt from\r\nCHANGELOG changes].\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [ ] I added new tests to check the change I am making, or this PR is\r\n[test-exempt].\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md\r\n[Tree Hygiene]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md\r\n[relevant style guides]:\r\nhttps://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style\r\n[CLA]: https://cla.developers.google.com/\r\n[Discord]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md\r\n[linked to at least one issue that this PR fixes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview\r\n[pub versioning philosophy]: https://dart.dev/tools/pub/versioning\r\n[exempt from version changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version\r\n[following repository CHANGELOG style]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style\r\n[exempt from CHANGELOG changes]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests","shortMessageHtmlLink":"[google_maps_flutter_platform_interface] Fix typo in CameraUpdateNewL…"}},{"before":"be915be927088d26e6ae65bbfa7302a816a159b9","after":"e7b38af0baec345735ada97a89e25bf2cda10f0c","ref":"refs/heads/custom_scaffold","pushedAt":"2023-10-23T13:07:43.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"DIRRHUB","name":"Sasha","path":"/DIRRHUB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97050230?s=80&v=4"},"commit":{"message":"Merge pull request #3 from DIRRHUB/custom_scaffold\n\nUpdate AdaptiveScaffold","shortMessageHtmlLink":"Merge pull request #3 from DIRRHUB/custom_scaffold"}},{"before":null,"after":"be915be927088d26e6ae65bbfa7302a816a159b9","ref":"refs/heads/custom_scaffold","pushedAt":"2023-10-20T09:52:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"followthemoney1","name":"Dmitry","path":"/followthemoney1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8526612?s=80&v=4"},"commit":{"message":"[ci] Finalize migration to x64 specific Windows platform (#5174)\n\nhttps://github.com/flutter/packages/pull/5133 began to migrate the Windows CI tests to use a new x64 specific Windows platform. This completes the migration by removing the old Windows tests and removing `bringup` from the new x64 specific tests.\r\n\r\nTo see the resulting changes from both steps of the migration, refer to: https://github.com/flutter/packages/compare/0bddb1638ad2ebcc8b04bdc81d1b1530f7cee05d...loic-sharma:flutter-packages:windows_x64_ci_finalize_2#diff-9e73abde9fff445f31e5928e80d2d3f88847e02fd8f76d46f66f147fdc82786d\r\n\r\nPrepares for https://github.com/flutter/flutter/issues/129813\r\n\r\nPrevious stacked pull request: https://github.com/flutter/packages/pull/5133\r\nNext stacked pull request: https://github.com/flutter/packages/pull/5142","shortMessageHtmlLink":"[ci] Finalize migration to x64 specific Windows platform (flutter#5174)"}},{"before":"14aa69e2e54c1e714dd11688865c34b7f4de0600","after":"be915be927088d26e6ae65bbfa7302a816a159b9","ref":"refs/heads/main","pushedAt":"2023-10-20T09:51:40.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"followthemoney1","name":"Dmitry","path":"/followthemoney1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8526612?s=80&v=4"},"commit":{"message":"[ci] Finalize migration to x64 specific Windows platform (#5174)\n\nhttps://github.com/flutter/packages/pull/5133 began to migrate the Windows CI tests to use a new x64 specific Windows platform. This completes the migration by removing the old Windows tests and removing `bringup` from the new x64 specific tests.\r\n\r\nTo see the resulting changes from both steps of the migration, refer to: https://github.com/flutter/packages/compare/0bddb1638ad2ebcc8b04bdc81d1b1530f7cee05d...loic-sharma:flutter-packages:windows_x64_ci_finalize_2#diff-9e73abde9fff445f31e5928e80d2d3f88847e02fd8f76d46f66f147fdc82786d\r\n\r\nPrepares for https://github.com/flutter/flutter/issues/129813\r\n\r\nPrevious stacked pull request: https://github.com/flutter/packages/pull/5133\r\nNext stacked pull request: https://github.com/flutter/packages/pull/5142","shortMessageHtmlLink":"[ci] Finalize migration to x64 specific Windows platform (flutter#5174)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEs7LGUQA","startCursor":null,"endCursor":null}},"title":"Activity · PoradaApp/packages"}