Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
loic-sharma created a comment on a pull request on flutter/engine
@hbatagelo would you be able to join the next Google / Canonical sync meeting to discuss this PR?
loic-sharma created a review comment on a pull request on flutter/engine
> I hope it can be public before the above 6 items are ready, so that more people can prototype this function; it is enough for flutter to just warn that it is not production ready; The API is "...
loic-sharma created a comment on a pull request on dart-lang/pana
This is awesome, thanks for adding this! 💙
loic-sharma created a review comment on a pull request on dart-lang/pana
Super nitpick: could we use the `iOS` and `macOS` casings here? I don't feel strongly
loic-sharma created a review comment on a pull request on dart-lang/pana
> Does `ffiPlugin` only affect method channels, and not affect the need for a podspec or `Package.swift`? (I'm not sure entirely sure, just guessing) From my understanding, a plugin can support ...
loic-sharma opened an issue on flutter/website
Add reference documentation that lists all possible plugin configuration in pubspec.yaml
### Page URL https://docs.flutter.dev/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/content/packages-and-plugins/developing-packages....loic-sharma created a review comment on a pull request on dart-lang/pana
```suggestion 'This package for iOS or MacOS does not support the Swift Package Manager. ' ```
loic-sharma created a review comment on a pull request on dart-lang/pana
Consider linking to `https://docs.flutter.dev/to/spm` instead. This redirects to the docs we have on SwiftPM. If we ever move the docs location, we'll update that redirect so that we don't break to...
loic-sharma created a review comment on a pull request on dart-lang/pana
```suggestion 'This iOS or MacOS plugin supports the Swift Package Manager. ' ```
loic-sharma created a review comment on a pull request on flutter/engine
This `shell/platform/windows/client_wrapper` layer is code that the Flutter tool copies into the end user's project. This code doesn't get compiled into `flutter_windows.dll`. This doesn't seem lik...
loic-sharma created a review comment on a pull request on flutter/engine
Could you expand why this needs to be a singleton? What would I do if my app has two Flutter engines?
loic-sharma created a review comment on a pull request on flutter/engine
FYI, we were holding off on making the multi-window APIs public until the Windows embedder properly supports multi-window. Known problems with Window's multi-window support: https://flutter.dev/...
loic-sharma pushed 1 commit to spm_on_except_migration loic-sharma/flutter
- Builds but completely untested 0fff150
loic-sharma created a comment on a pull request on flutter/flutter
> I went ahead and made a [DartPad sample](https://dartpad.dev/?id=29cb777b13b9656b05c8230fb9a0a421&channel=main) since I thought it'd be fun. Let me know what you think! This sample is _awesome...
loic-sharma created a review comment on a pull request on flutter/flutter
I suspect you should drop this for now and reassign to me. I should clean this up as part of adding add-to-app support to SwiftPM. Thoughts @jmagman?
loic-sharma created a review comment on a pull request on flutter/flutter
Thanks for the suggestion! The rest of the test suite is doing this, I'll send a follow-up PR to clean this up.
loic-sharma opened a pull request on flutter/flutter
Add partial test for flutter build ios-framework on non-module
Add a partial test for running `flutter build ios-framework` on a regular app project (not a module). Follow-up to this conversation: https://github.com/flutter/flutter/pull/157393/files#r181181...loic-sharma created a branch on loic-sharma/flutter
build_framework_from_non_module - Flutter makes it easy and fast to build beautiful apps for mobile and beyond