Closed fzyzcjy closed 1 year ago
Please checkout this commit: 45cc0bf6537d38cd19052749ce32f5375c012311 Did it fix the problem?
Thanks for the fix! I will try that later
Hi, I wonder when will the next version be released? Thanks. I have many dozens of (internal) packages so hope that I do not need to do package overriding, i.e. not depend on git but on pub
Probably tonight (22 UTC).
Is it okay, if I add you as co-maintainer? I think it's good if at least a second person has write and publish access to ensure that the project never dies. I don't expect you to do all the work though as I am still here haha. I have chosen you because you have lots of packages in the flutter ecosystem.
Is it okay, if I add you as co-maintainer? I think it's good if at least a second person has write and publish access to ensure that the project never dies. I don't expect you to do all the work though as I am still here haha. I have chosen you because you have lots of packages in the flutter ecosystem.
Thank you for trusting in me! I can guarantee the package compiles and is compatible with latest Flutter in the future, since I am personally using it in my own project; but (as you already know) I may not have enough time to add new features or fix many bugs, given that I already need to maintain my open source libs and my internal work. slang
is a helpful package!
No worries! You don't need to do anything (You can also unwatch the github repo).
I will do all the work as long as I am able to do so. In a rare accident, you will be able to merge PRs and publish so we avoid a dio debacle.
I see, and hope no accident happen forever!
(I will watch the repo, and will review PRs / reply to issues when having a bit of time)
This bug seems to be solved, thanks :)
Describe the bug Hi thanks for the translation tool! However it fails to generate code.
To Reproduce
Create a package, say
native_camera
. Then in the defaultnative_camera/example
app package, let the example depend on..
(i.e. thenative_camera
package).Then,
flutter run
on ios device, so symlinks are created.Then run
slang
. Will see sth like:Expected behavior no error
Additional context