Ecosyste.ms: Timeline

Browse the timeline of over 7.94 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

ricardoamador/flutter

ricardoamador pushed 8 commits to master ricardoamador/flutter
  • Update links in analysis_options.yaml (#145706) According to the [readme](https://github.com/dart-lang/linter?tab=re... 330a2ca
  • Fix vertical `Stepper` draws connector on the last step (#145703) fixes [Vertical stepper shows line after last step... 5e19b33
  • Roll Flutter Engine from 04191a122e9a to 5fc95a3277ea (3 revisions) (#145722) https://github.com/flutter/engine/comp... b05937d
  • Refactor add_to_app_life_cycle_tests (#145546) Refactor add_to_app_life_cycle_tests in order to reduce testing logic... 2832611
  • Fix `SearchAnchor` triggers unnecessary suggestions builder calls (#143443) fixes [`SearchAnchor` triggers extra sea... 8363e78
  • Roll Flutter Engine from 5fc95a3277ea to b2001fa6d773 (1 revision) (#145730) https://github.com/flutter/engine/compa... bc9e789
  • Roll Flutter Engine from b2001fa6d773 to 3c881b75cc28 (1 revision) (#145733) https://github.com/flutter/engine/compa... a8345d5
  • Roll Flutter Engine from 3c881b75cc28 to b2d93a64cbc7 (1 revision) (#145759) https://github.com/flutter/engine/compa... 55528ba

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Dependabot tried to add `@godofredoc` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/ricardoamador/flutter/pulls/115/requested_review...

View on GitHub

dependabot[bot] opened a pull request on ricardoamador/flutter
Bump codecov/codecov-action from 4.1.0 to 4.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/cod...
dependabot[bot] created a branch on ricardoamador/flutter

dependabot/github_actions/codecov/codecov-action-4.1.1 - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

dependabot[bot] closed a pull request on ricardoamador/flutter
Bump github/codeql-action from 3.24.8 to 3.24.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-act...
dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Looks like github/codeql-action is up-to-date now, so this is no longer needed.

View on GitHub

ricardoamador pushed 56 commits to master ricardoamador/flutter
  • Eliminate more window singleton usages (#145560) These usages in strings slipped through the initial clean-up. eaf509a
  • Clarify AutomaticKeepAliveClientMixin semantics in build method (#145297) This should help folks who trace the code ... afe0150
  • Roll Flutter Engine from a2ed373fa70f to 1b842ae58b3d (1 revision) (#145565) https://github.com/flutter/engine/compa... d69833c
  • Fixed race condition in PollingDeviceDiscovery. (#145506) There are two issues in the previous implementation: 1. `... c759c22
  • Roll Flutter Engine from 1b842ae58b3d to a46a7b273a5b (2 revisions) (#145569) https://github.com/flutter/engine/comp... a36569d
  • Add a `--no-gradle-generation` mode to the `generate_gradle_lockfiles.dart` script (#145568) The script currently ov... 3b390c5
  • Fix nullability of getFullHeightForCaret (#145554) Fixes https://github.com/flutter/flutter/issues/145507. Looks ... 11c034f
  • Roll Flutter Engine from a46a7b273a5b to e2f324beac3b (1 revision) (#145576) https://github.com/flutter/engine/compa... e1c6445
  • Fix `BorderSide.none` requiring explicit transparent color for `UnderlineInputBorder` (#145329) Fix could have been ... 784f19c
  • Add some cross references in the docs, move an example to a dartpad example (#145571) ## Description This adds so... 0f685f8
  • Replace `RenderBox.compute*` with `RenderBox.get*` and add `@visibleForOverriding` (#145503) `@visibleForOverriding`... d755bc2
  • Roll Flutter Engine from e2f324beac3b to 5a12de1beab7 (1 revision) (#145578) https://github.com/flutter/engine/compa... 5058c26
  • Roll Flutter Engine from 5a12de1beab7 to f9a34ae0b14f (1 revision) (#145581) https://github.com/flutter/engine/compa... 5fab92f
  • Adds numpad navigation shortcuts for Linux (#145464) ## Description This PR adds shortcuts related to numpad keys... 859eb2e
  • Intensive `if` chain refactoring (#145194) This pull request refactors if-statements into switch expressions, as par... 7fb35db
  • Roll Flutter Engine from f9a34ae0b14f to eba6e31498b8 (1 revision) (#145598) https://github.com/flutter/engine/compa... 7ad647a
  • Roll Flutter Engine from eba6e31498b8 to 09dadce76828 (1 revision) (#145603) https://github.com/flutter/engine/compa... 14774b9
  • 2DScrollView - Fix drag when one axis does not have enough content (#145566) Fixes https://github.com/flutter/flutte... c5047e0
  • Roll Flutter Engine from 09dadce76828 to 63ff0dedd8e6 (2 revisions) (#145611) https://github.com/flutter/engine/comp... 26909e0
  • Roll Flutter Engine from 63ff0dedd8e6 to 68301f268278 (2 revisions) (#145613) https://github.com/flutter/engine/comp... e9a0c35
  • and 36 more ...

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
The following labels could not be found: `team`, `team-infra`, `autosubmit`.

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Dependabot tried to add `@godofredoc` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/ricardoamador/flutter/pulls/114/requested_review...

View on GitHub

dependabot[bot] created a branch on ricardoamador/flutter

dependabot/github_actions/github/codeql-action-3.24.9 - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

ricardoamador pushed 18 commits to master ricardoamador/flutter
  • Roll pub packages (#145476) This PR was generated by `flutter update-packages --force-upgrade`. 61b3f97
  • Roll Flutter Engine from 98cfd9213332 to 912c61f30512 (1 revision) (#145504) https://github.com/flutter/engine/compa... e95df00
  • Roll Flutter Engine from 912c61f30512 to 34b304a27f73 (1 revision) (#145511) https://github.com/flutter/engine/compa... 416a4b8
  • Roll Flutter Engine from 34b304a27f73 to 45ed36c17bb7 (1 revision) (#145513) https://github.com/flutter/engine/compa... b88810d
  • Roll Flutter Engine from 45ed36c17bb7 to a73e01364de0 (1 revision) (#145516) https://github.com/flutter/engine/compa... 0e268b5
  • Roll Flutter Engine from a73e01364de0 to 23dc0cacc4db (2 revisions) (#145517) https://github.com/flutter/engine/comp... e077e15
  • Roll Flutter Engine from 23dc0cacc4db to c0d3ac3178fa (1 revision) (#145519) https://github.com/flutter/engine/compa... 4b046f1
  • Roll Flutter Engine from c0d3ac3178fa to 6de3d9b6196a (1 revision) (#145520) https://github.com/flutter/engine/compa... 6165742
  • Roll Flutter Engine from 6de3d9b6196a to 14b67475cf80 (1 revision) (#145529) https://github.com/flutter/engine/compa... 3bfa829
  • Roll Flutter Engine from 14b67475cf80 to 7cdb240c4a16 (1 revision) (#145533) https://github.com/flutter/engine/compa... 33380c6
  • Roll pub packages (#145509) This PR was generated by `flutter update-packages --force-upgrade`. 5545c95
  • Reverts "Roll pub packages (#145509)" (#145550) Reverts: flutter/flutter#145509 Initiated by: yusuf-goog Reason for ... fd18e5c
  • Add WidgetsApp.debugShowWidgetInspectorOverride again (deprecated) (#145334) `WidgetsApp.debugShowWidgetInspectorOve... 4bbe6d5
  • Roll Packages from 23e56af4a622 to b7fbe68d4ec2 (3 revisions) (#145547) https://github.com/flutter/packages/compare/... dbf0637
  • Roll Flutter Engine from 7cdb240c4a16 to bad4a30e1c75 (2 revisions) (#145551) https://github.com/flutter/engine/comp... 18340ea
  • Roll Flutter Engine from bad4a30e1c75 to eb262e9c34db (1 revision) (#145555) https://github.com/flutter/engine/compa... 0646600
  • Roll Flutter Engine from eb262e9c34db to a2ed373fa70f (2 revisions) (#145556) https://github.com/flutter/engine/comp... 98d10b6
  • `flutter test --wasm` support (#145347) * Adds support for `flutter test --wasm`. * The test compilation flow is ... 31209d0

View on GitHub

dependabot[bot] deleted a branch ricardoamador/flutter

dependabot/github_actions/github/codeql-action-3.24.8

dependabot[bot] closed a pull request on ricardoamador/flutter
Bump github/codeql-action from 3.24.7 to 3.24.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.24.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-act...
dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Looks like github/codeql-action is up-to-date now, so this is no longer needed.

View on GitHub

ricardoamador pushed 51 commits to master ricardoamador/flutter
  • Add --no-dds to Mac_arm64_ios version of hot_mode_dev_cycle_ios__benchmark (#145335) Attempting to debug https://git... 7f368f7
  • Roll Flutter Engine from 9162c8309e24 to 90c4d64d410f (1 revision) (#145342) https://github.com/flutter/engine/compa... ca39806
  • Switch hot_mode_dev_cycle_linux__benchmark to run in postsubmit (#145343) Switch hot_mode_dev_cycle_linux__benchmark... 71c1aba
  • Roll Flutter Engine from 90c4d64d410f to 016206de75bc (2 revisions) (#145345) https://github.com/flutter/engine/comp... f84407e
  • Roll Flutter Engine from 016206de75bc to 3fde3678a357 (2 revisions) (#145350) https://github.com/flutter/engine/comp... f704560
  • Introduce methods for computing the baseline location of a RenderBox without affecting the current layout (#144655) ... 98369bd
  • Fix for issue 140372 (#144947) *Continuing work from the PR https://github.com/flutter/flutter/pull/140373* Add t... 993f554
  • Roll pub packages + update DAP tests (#145349) This manually rolls pub packages and updates some calls to use update... 89ef73e
  • Bump github/codeql-action from 3.24.7 to 3.24.8 (#145358) Bumps [github/codeql-action](https://github.com/github/cod... ed2c7ed
  • Roll Flutter Engine from 3fde3678a357 to 89df726bf13a (1 revision) (#145359) https://github.com/flutter/engine/compa... acd28f0
  • Roll Flutter Engine from 89df726bf13a to 0ee413ee276a (3 revisions) (#145365) https://github.com/flutter/engine/comp... b34048c
  • Roll Flutter Engine from 0ee413ee276a to 3d909f14118e (5 revisions) (#145370) https://github.com/flutter/engine/comp... c6b0240
  • Roll Flutter Engine from 3d909f14118e to c0d1b0d5d43f (1 revision) (#145371) https://github.com/flutter/engine/compa... 4f1c789
  • Roll Flutter Engine from c0d1b0d5d43f to 4a86b5b17c39 (1 revision) (#145373) https://github.com/flutter/engine/compa... da8aaf2
  • Roll Flutter Engine from 4a86b5b17c39 to ac8f1f233d6f (3 revisions) (#145375) https://github.com/flutter/engine/comp... ca864c0
  • Roll Flutter Engine from ac8f1f233d6f to 59519ceee30a (2 revisions) (#145379) https://github.com/flutter/engine/comp... 16bd4bb
  • Roll Flutter Engine from 59519ceee30a to de6b8f49b849 (1 revision) (#145381) https://github.com/flutter/engine/compa... 88a9b58
  • Activate shortcuts based on NumLock state (#145146) ## Description The PR updates `SingleActivator` in order to a... 6f61f61
  • Roll Flutter Engine from de6b8f49b849 to c9fbe6bab899 (2 revisions) (#145383) https://github.com/flutter/engine/comp... ae10fdf
  • Roll Flutter Engine from c9fbe6bab899 to 4cec701f4635 (1 revision) (#145386) https://github.com/flutter/engine/compa... 9213b1f
  • and 31 more ...

View on GitHub

ricardoamador created a branch on ricardoamador/flutter

infra_ticket_145242 - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

dependabot[bot] opened a pull request on ricardoamador/flutter
Bump github/codeql-action from 3.24.7 to 3.24.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.24.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-act...
dependabot[bot] created a comment on a pull request on ricardoamador/flutter
The following labels could not be found: `team`, `team-infra`, `autosubmit`.

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Dependabot tried to add `@godofredoc` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/ricardoamador/flutter/pulls/113/requested_review...

View on GitHub

ricardoamador pushed 40 commits to master ricardoamador/flutter
  • Roll Flutter Engine from f1db33f48070 to e25e977a0222 (2 revisions) (#145035) https://github.com/flutter/engine/comp... 4dc2ea3
  • Roll Flutter Engine from e25e977a0222 to ea848c3b2443 (6 revisions) (#145042) https://github.com/flutter/engine/comp... 2fde3ac
  • Reland "Add a microbenchmark for text intrinsic height layout (#145007)" (#145037) Add the missing `Directionality` ... 8270872
  • Roll Flutter Engine from ea848c3b2443 to 285b9fb287a3 (3 revisions) (#145062) https://github.com/flutter/engine/comp... 1da4859
  • [New feature]Introduce iOS multi-touch drag behavior (#141355) Fixes #38926 This patch implements the iOS behavio... c83237f
  • InputDecorator M3 tests migration - Step5 - Helper/Counter/Error (#144932) ## Description This PR migrates `Input... 34b454f
  • Roll Flutter Engine from 285b9fb287a3 to 2871c2601135 (2 revisions) (#145067) https://github.com/flutter/engine/comp... 59da4de
  • Remove `showTrackOnHover` from `Scrollbar` and `ScrollbarTheme` (#144180) This PR is to remove deprecated `Scrollbar... 1ccad1a
  • Set cacheExtent for SliverFillRemaining widget (#143612) When a Sliver with items is outside of the Viewport, but wi... 825e901
  • Roll Flutter Engine from 2871c2601135 to 6ceccf894c41 (2 revisions) (#145094) https://github.com/flutter/engine/comp... 017f33d
  • Turning `if` chains into shorter `switch` statements (#144977) This pull request is part of the effort to solve issu... b9e5373
  • [Impeller] remove unstable debug checked banner for zoom test. (#145097) These tests have been flaky for impeller si... e4c7984
  • Roll Packages from d1aeb26e1b43 to 38711aca66fa (1 revision) (#145099) https://github.com/flutter/packages/compare/d... 1228493
  • Fix Cupertino Context Menu Container to Remove White Corners (#144883) Fixes a visual glitch when CupertinoContextMe... f91614a
  • Roll Flutter Engine from 6ceccf894c41 to 9551b49b3fa1 (9 revisions) (#145106) https://github.com/flutter/engine/comp... 247580c
  • Fix TextField helper top padding on M3 (#145087) ## Description `InputDecorator` adds a 8.0 gap beetween the cont... 33fbb75
  • Revert "Add `FocusNode.focusabilityListenable` (#144280)" since the feature is no longer needed (#145102) This rever... 4f78684
  • Mark Mac_arm64_ios module_test_ios not flaky (#145044) Revert https://github.com/flutter/flutter/pull/144861 http... 6f175f1
  • Roll Flutter Engine from 9551b49b3fa1 to c88934422419 (2 revisions) (#145108) https://github.com/flutter/engine/comp... fd73a9a
  • RenderViewport max layout cycles should depend on number of slivers (#144104) Fixes https://github.com/flutter/flutt... 1908744
  • and 20 more ...

View on GitHub

dependabot[bot] deleted a branch ricardoamador/flutter

dependabot/github_actions/peter-evans/create-pull-request-6.0.2

dependabot[bot] deleted a branch ricardoamador/flutter

dependabot/github_actions/actions/checkout-4.1.2

dependabot[bot] closed a pull request on ricardoamador/flutter
Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.1 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://gith...
dependabot[bot] closed a pull request on ricardoamador/flutter
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releas...
dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Looks like peter-evans/create-pull-request is up-to-date now, so this is no longer needed.

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Looks like actions/checkout is up-to-date now, so this is no longer needed.

View on GitHub

ricardoamador pushed 93 commits to master ricardoamador/flutter
  • Run macOS test on `dev/integration_tests/ui` (#142735) https://github.com/flutter/flutter/issues/87508 is complete, ... aedce67
  • Roll Flutter Engine from 5bbac1a5c576 to 31bbe61dfa0d (3 revisions) (#144724) https://github.com/flutter/engine/comp... 052eb52
  • Roll Flutter Engine from 31bbe61dfa0d to b2adf7471d3d (1 revision) (#144732) https://github.com/flutter/engine/compa... 1cbabd7
  • Roll Flutter Engine from b2adf7471d3d to 53ddbdfc24e5 (1 revision) (#144735) https://github.com/flutter/engine/compa... 4413f5b
  • Roll Flutter Engine from 53ddbdfc24e5 to 4f6ea31d1f25 (2 revisions) (#144741) https://github.com/flutter/engine/comp... 3e63c73
  • Fix memory leak in `editable_gesture_test.dart` (#144691) 96dd198
  • Roll Flutter Engine from 4f6ea31d1f25 to 8a859c5b3a2d (2 revisions) (#144743) https://github.com/flutter/engine/comp... 894620b
  • Roll Flutter Engine from 8a859c5b3a2d to 03ebd6460b83 (2 revisions) (#144746) https://github.com/flutter/engine/comp... 95bf597
  • Roll Flutter Engine from 03ebd6460b83 to 6c1751bd774e (2 revisions) (#144747) https://github.com/flutter/engine/comp... f677027
  • [flutter_test] Change KeyEventSimulator default transit mode (#143847) ## Description This PRs changes the defaul... 8ade81f
  • Roll Flutter Engine from 6c1751bd774e to 0246484d2bae (1 revision) (#144756) https://github.com/flutter/engine/compa... 4d3e26f
  • Roll Flutter Engine from 0246484d2bae to 40a42796b129 (1 revision) (#144765) https://github.com/flutter/engine/compa... 3aa89b3
  • Roll Flutter Engine from 40a42796b129 to f8c3b2db8cd1 (1 revision) (#144766) https://github.com/flutter/engine/compa... 4d44662
  • Fix frameworks added to bundle multiple times instead of lipo (#144688) *Replace this paragraph with a description o... de72832
  • Roll Packages from 9b88dbc53992 to 6701c9e61804 (3 revisions) (#144772) https://github.com/flutter/packages/compare/... 4e63a6a
  • [flutter_test] Use defaultTargetPlatform for key events simulation (#143579) ## Description This PRs changes the ... 471a828
  • Roll Flutter Engine from f8c3b2db8cd1 to 12828950890a (1 revision) (#144775) https://github.com/flutter/engine/compa... 2ea5ca0
  • [flutter_tools] add custom tool analysis to analyze.dart, lint Future.catchError (#140122) Ensure tool code does not... 2dd06d1
  • Marks Mac_x64 module_test_ios to be flaky (#144681) <!-- meta-tags: To be used by the automation script only, DO NOT... d0287cc
  • Roll Flutter Engine from 12828950890a to 9e8ccaa3842e (1 revision) (#144784) https://github.com/flutter/engine/compa... a23a9af
  • and 73 more ...

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
The following labels could not be found: `team`, `team-infra`, `autosubmit`.

View on GitHub

dependabot[bot] created a comment on a pull request on ricardoamador/flutter
Dependabot tried to add `@godofredoc` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/ricardoamador/flutter/pulls/112/requested_review...

View on GitHub

dependabot[bot] opened a pull request on ricardoamador/flutter
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releas...
Load more