Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

loic-sharma

loic-sharma pushed 1 commit to run_migrations loic-sharma/flutter-packages

View on GitHub

loic-sharma pushed 2 commits to run_migrations loic-sharma/flutter-packages

View on GitHub

loic-sharma opened a draft pull request on flutter/packages
[various] Run migrations on example apps
Update example macOS and iOS apps with the Flutter tool's latest migrations. Apps were migrated with: ``` dart run script/tool/bin/flutter_plugin_tools.dart build-examples --ios --swift-pack...
loic-sharma created a branch on loic-sharma/flutter-packages

run_migrations - A collection of useful packages maintained by the Flutter team

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package f064e79

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package 193db4e

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package f8731ac

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package 9a8ef60

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package 4f26520

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package 8ea81a6

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/swiftpm_conditional_compilation
  • Add conditional compilation to Swift package 4db34f8

View on GitHub

loic-sharma pushed 3 commits to main loic-sharma/swiftpm_conditional_compilation

View on GitHub

loic-sharma created a branch on loic-sharma/swiftpm_conditional_compilation

main

loic-sharma deleted a branch loic-sharma/flutter-packages

spm_reland_8128

loic-sharma opened a pull request on flutter/packages
Reland "[url_launcher] Add Swift Package Manager integration to example app"
Relands: https://github.com/flutter/packages/pull/8128 ### Original PR description This migrates the example app to have Swift Package Manager integration. This raises the example app's Flutt...
loic-sharma created a branch on loic-sharma/flutter-packages

spm_reland_8128 - A collection of useful packages maintained by the Flutter team

loic-sharma pushed 1 commit to spm_on_by_default loic-sharma/flutter
  • [SwiftPM] Turn on by default 934faec

View on GitHub

loic-sharma opened a draft pull request on flutter/flutter
[SwiftPM] Turn on by default
⚠️ This is stacked on top of https://github.com/flutter/flutter/pull/158897. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submittin...
loic-sharma created a branch on loic-sharma/flutter

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

loic-sharma pushed 3 commits to spm_ignore_generated_package loic-sharma/flutter-packages
  • [go_router] Fix: Consistent PopScope Handling on Root Routes issue #140869 (#8045) **Description:** This PR address... 41c39ba
  • Roll Flutter from 8536b96ebb3e to 93d772c5cdd8 (37 revisions) (#8147) Roll Flutter from 8536b96ebb3e to 93d772c5cdd8... 0dac30a
  • Merge branch 'main' into spm_ignore_generated_package c049757

View on GitHub

loic-sharma pushed 1 commit to spm_migration_flag loic-sharma/flutter
  • [SwiftPM] Add separate feature flag for the app migration 282b63a

View on GitHub

loic-sharma pushed 49 commits to spm_migration_flag loic-sharma/flutter
  • Roll Flutter Engine from 878f593802e1 to c1b0e18a70b3 (13 revisions) (#159118) https://github.com/flutter/engine/com... 4426413
  • Roll Flutter Engine from c1b0e18a70b3 to 983b7b85d122 (2 revisions) (#159124) https://github.com/flutter/engine/comp... 57dca69
  • Roll Flutter Engine from 983b7b85d122 to b6723e33b858 (3 revisions) (#159134) https://github.com/flutter/engine/comp... 966aeb2
  • Fix InkWell overlayColor resolution ignores selected state (#159072) ## Description This PR fixes `InkWell` overlay... 043c59b
  • Roll Flutter Engine from b6723e33b858 to cff1e751f853 (1 revision) (#159141) https://github.com/flutter/engine/compa... 87872a6
  • Deflake api 35 emulator tests by updating emulator definitions version to latest available from chrome infra (#158017... eea2fe7
  • Roll Packages from c1eabf5e32cc to fc4adc78aa24 (10 revisions) (#159143) https://github.com/flutter/packages/compare... 0e1c633
  • Terminate the test device if the `flutter` tool is signal-killed. (#159115) Closes https://github.com/flutter/flutte... c537955
  • Terminate `flutter test` when no longer needed in integration test. (#159117) Towards https://github.com/flutter/flu... 8536b96
  • Introduce new Material 3 `Slider` shapes (#152237) fixes [Update `Slider` for Material 3 redesign](https://github.co... 56cfef7
  • Fixes initial validation with AutovalidateMode.always on first build (#156708) Fixes #142701 This PR fixes an issue ... fc53c71
  • Removing redundant backticks in `flutter\packages\flutter_tools\gradle\gradle.kts` (#159051) `what android studio li... 1d01955
  • Roll Flutter Engine from cff1e751f853 to d5820a638885 (5 revisions) (#159155) https://github.com/flutter/engine/comp... 4100601
  • fix lint usage of `task` inside `resolve_dependecies.gradle` file (#158022) according to [Gradle](https://docs.gradl... f0dc0b7
  • Reland Add UI Benchmarks (#153368) Reland https://github.com/flutter/flutter/pull/143799 which is part 1 of https://... 1fdb159
  • Roll Flutter Engine from d5820a638885 to 4ff696b555dc (1 revision) (#159164) https://github.com/flutter/engine/compa... 79c5ae0
  • Add platform-android label for all flutter_tools *android* files (#159166) Label PRs that touch any `*android*` file... c12f750
  • Roll Flutter Engine from 4ff696b555dc to 7eb87547cbc6 (3 revisions) (#159168) https://github.com/flutter/engine/comp... a1c7a0d
  • Update Material 3 `CircularProgressIndicator` for new visual style (#158104) Related [Update both `ProgressIndicator... 1686fa7
  • Make `runner` non-nullable as it always is. (#159156) 1fdcb75
  • and 29 more ...

View on GitHub

loic-sharma closed a draft pull request on flutter/flutter
[SwiftPM] Create separate feature flag for the app migration
⚠️ Do not review; this is an experiment ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygien...
loic-sharma pushed 3 commits to spm_ignore_generated_package loic-sharma/flutter-packages
  • [pigeon] Removes the `@protected` annotation from the InstanceManager field of the `PigeonInternalProxyApiBaseClass... 5180c03
  • [in_app_purchase_storekit] fix price displayed with wrong precision (#8127) Fixes https://github.com/flutter/flutter... c4fc0e0
  • Merge branch 'main' into spm_ignore_generated_package fe13705

View on GitHub

loic-sharma starred eladmaimoni/Eureka
loic-sharma pushed 4 commits to spm_ignore_generated_package loic-sharma/flutter-packages
  • [flutter_svg] Fix SvgNetworkLoader not closing internal http client (#8126) closes https://github.com/flutter/flutte... 013cc24
  • [vector_graphics] handle errors from bytes loader (#8080) This PR updates the VectorGraphicsWidget to handle errors ... 913b99e
  • [google_maps_flutter] Use structured Pigeon data on iOS (#8142) Converts most of the maps objects that were still us... c55e398
  • Merge branch 'main' into spm_ignore_generated_package b18ce2d

View on GitHub

loic-sharma pushed 1 commit to spm_ignore_generated_package loic-sharma/flutter-packages
  • [tools] Don't check license of generated Swift package 5bdf0ff

View on GitHub

loic-sharma pushed 3 commits to end loic-sharma/decorators_study
  • 3. Button widget: add an icon aa91abc
  • 4. Lights: center the page's content 4ba31c8
  • 5. Lights: maek the slider have a max width of 400 pixels 25602bb

View on GitHub

loic-sharma created a review comment on a pull request on flutter/packages
This was incorrectly nested in `_ignoreSuffixList.any`

View on GitHub

Load more