Ecosyste.ms: Timeline

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

loic-sharma

loic-sharma created a comment on an issue on flutter/flutter
Here's a quick design doc for turning SwiftPM on by default. # Overview Apps created using Flutter 3.27 or older do not have SwiftPM integration. To use the SwiftPM feature today, the [featur...

View on GitHub

loic-sharma pushed 1 commit to spm_flutter_plugin_dependencies loic-sharma/flutter
  • [SwiftPM] Update .flutter-plugin-dependencies format 5603889

View on GitHub

loic-sharma pushed 1 commit to spm_flutter_plugin_dependencies loic-sharma/flutter
  • [SwiftPM] Update .flutter-plugin-dependencies format 3764185

View on GitHub

loic-sharma opened a draft pull request on flutter/flutter
[SwiftPM] Update .flutter-plugin-dependencies format
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at...
loic-sharma pushed 1 commit to spm_on_except_migration loic-sharma/flutter
  • Fix plugin_dependencies_test b63df60

View on GitHub

loic-sharma pushed 2 commits to tall_mode loic-sharma/decorators_study
  • Style 20b7866
  • Format using the new tall mode Steps: 1. Install formatter: dart pub global activate --source=git https://githu... 0c7fd9c

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/decorators_study

View on GitHub

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

tall_mode

loic-sharma created a comment on a pull request on flutter/flutter
The weird hang turned out to be unrelated and was fixed by https://github.com/flutter/flutter/issues/157449. We're now good to merge this!

View on GitHub

loic-sharma created a comment on a pull request on flutter/packages
This is now ready for review! The webview test failure that affected this change was also fixed by https://github.com/flutter/flutter/issues/157449

View on GitHub

loic-sharma pushed 189 commits to spm_on_except_migration loic-sharma/flutter
  • Fix MenuController.isOpen throws when unattached (#157331) ## Description This PR change `MenuController.isOpen` ... 260bee4
  • fix: Considers strokeAlign to compute border dimensions (#155495) Fixes #155491 ## Pre-launch Checklist - [x]... 2181480
  • fix: CupertinoDatePicker.DateAndTime using showDayOfWeek (#155260) As mentioned in the issue https://github.com/flut... 1d5087e
  • Test alternate correct macOS framework xcprivacy manifest location (#157318) Cherry-pick the beta branch test https:... e38eb75
  • Add windows build version detection (#154797) With this PR flutter doctor will report the actual Windows version. Th... 4814978
  • Reverts "Fix TextField selects all content after the application is resumed (#156968)" (#157378) Reverts: flutter/fl... 60d4c9b
  • Remove duplicated widget of the week video embed (#157299) The `ScaffoldMessenger` widget embeds its widget of the w... 945067a
  • Remove the only reference to `settings.gradle.legacy_versions`. (#157380) Code references: https://github.com/searc... 5a1ae97
  • Roll Flutter Engine from 2410cdf12c8f to 2d3f0f41b940 (5 revisions) (#157383) https://github.com/flutter/engine/comp... 18d1afa
  • Add example to ClipOval docs (#157227) bfdb366
  • Add example to Directionality docs (#157230) b202657
  • Make hash script for Frob (#157390) All engine hashing is required to be version controlled, otherwise you'll be bro... 4af4a9b
  • `WidgetStateInputBorder` (#157190) **Changes** - Add `WidgetStateInputBorder` class, with `.resolveWith()` and `.fr... ea0fda5
  • Upgrade leak tracker. (#157369) 9441f8f
  • Add test for `pointer_signal_resolver.0.dart` (#157330) Contributes to https://github.com/flutter/flutter/issues/130... 7504abc
  • Add test for `platform_menu_bar.0.dart` (#157328) Contributes to https://github.com/flutter/flutter/issues/130459 ... e016ac3
  • Reland "Fix TextField selects all content after the application is resumed" (#157399) ## Description Relands http... b9c889d
  • Roll Flutter Engine from 2d3f0f41b940 to 50f6d98cb8be (3 revisions) (#157389) https://github.com/flutter/engine/comp... a96dd8b
  • Marks Linux build_android_host_app_with_module_source to be unflaky (#157410) <!-- meta-tags: To be used by the auto... 272c430
  • Marks Windows build_android_host_app_with_module_source to be unflaky (#157420) <!-- meta-tags: To be used by the au... 78d2aca
  • and 169 more ...

View on GitHub

loic-sharma created a comment on an issue on flutter/flutter
Agreed, I added this docs page to the SwiftPM umbrella issue!

View on GitHub

loic-sharma created a comment on an issue on flutter/flutter
Thanks Stuart for investigating and fixing this, much appreciated! 💙

View on GitHub

loic-sharma pushed 920 commits to modular_headers loic-sharma/flutter-packages
  • initial commit 35cbd86
  • add more shapes, add more samples, start parsing transforms d00cc10
  • add ellipse 10e5569
  • update readme f72ccfc
  • better transform support, start refactoring widget d8ee930
  • fix polygon, add polyline 221e0e3
  • start making room for better async support for loading 4a3a133
  • refactor parsers, better support for fill and stroke, still wip on that eb719a6
  • normalize stroke and fill handling c704ea7
  • improve stroke attribute handling a5b91cf
  • refactor to use paths/simplify code 85d4007
  • path parsing ce07f0d
  • make analyzer happy 2f3858c
  • fixes, add tiger, consume package, add license 98c0dcf
  • fix transform bug, comment out network for now 7547a38
  • update path ver 086a0a0
  • Update pubspec.yaml Enforce flutter version is >= 0.3.5 f49f887
  • travis 843fe52
  • fix travis.yml 7baa65d
  • Merge pull request #1 from fmatosqg/patch-1 Update pubspec.yaml cdeba79
  • and 900 more ...

View on GitHub

loic-sharma created a comment on an issue on flutter/flutter
Thanks for the investigation! Before [this change](https://github.com/flutter/engine/pull/49954/files#diff-6fb5dee70153936fa0a06844e04a5bddbf779750e4670292b8f77eaae36c52bcR68), Windows's `clear_...

View on GitHub

loic-sharma created a review on a pull request on flutter/engine

View on GitHub

loic-sharma created a review comment on a pull request on flutter/engine
```suggestion // Messenger used to communicate with the engine. ``` BTW, should this be to communicate with the Dart app?

View on GitHub

loic-sharma created a review on a pull request on flutter/engine

View on GitHub

loic-sharma created a comment on a pull request on flutter/flutter
Code looks good to me! Unfortunately, I've never added a sample to Flutter before so I'm not sure if there's any special considerations here - @Piinks do you know who could review this?

View on GitHub

loic-sharma created a review comment on a pull request on flutter/flutter
What do you think of capitalizing this text? Also, what do you think of clarifying that these update a `Scaffold`? Something like: ```suggestion appBar('Add Scaffold appBar?'), safeA...

View on GitHub

loic-sharma created a review on a pull request on flutter/flutter

View on GitHub

loic-sharma created a comment on an issue on flutter/flutter
FYI Flutter Windows could also use this functionality emulation here: https://github.com/flutter/engine/blob/3e142651a4a46cbe73acfcfa61a57ba34f050ad5/shell/platform/windows/compositor_opengl.cc#L16...

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/decorators_study

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/decorators_study

View on GitHub

loic-sharma pushed 1 commit to main loic-sharma/decorators_study

View on GitHub

loic-sharma opened a draft pull request on flutter/flutter
Improve consistency of code snippets in basic.dart
Updates `basic.dart` to use consistent doc snippets that follows the style from the [documentation on snippets](https://github.com/flutter/flutter/tree/master/dev/snippets#snippet-tool). Follow-...
loic-sharma created a branch on loic-sharma/flutter

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

loic-sharma opened a draft pull request on flutter/flutter
Make SwiftPM integration tests even MORE idiomatic
Reach peak idomacy by replacing `expect(file.existsSync(), isTrue)` with `expect(file, exists)`! Follow up to: https://github.com/flutter/flutter/pull/157971
loic-sharma created a branch on loic-sharma/flutter

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

loic-sharma created a review comment on a pull request on flutter/flutter
TIL! The whitespace changes in this one makes this hard to review, I'll send a follow-up to the follow-up 😂

View on GitHub

Load more