-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_locker: generateDebugProto - Windows support not enabled #28
Comments
I have the same problem |
I'm also experiencing the same. |
Sorry, we don't have much control of it, because issue comes from protobuf library that we use. Our goal now is to completely replace protobuf, but for that you'll have to wait (hopefully a week or two). I'll keep you updated. |
Hi Josip... Just wanted to check if you had any update on the issue. |
Hi Josip... any update on this issue? |
@Shradha1824 we're testing the new version, so expect it during the next week. If you want to try it before that you can do it with: flutter_locker:
git:
url: https://github.com/infinum/flutter-plugins-locker.git
ref: 60e72b911f2b40bd081386965b8a7c5db203ef76 We have a breaking change: Every parameter in save and retrieve method is now named. FlutterLocker.retrieve(RetrieveSecretRequest(
key: 'key',
androidPrompt: AndroidPrompt(
title: 'title',
cancelLabel: 'cancel',
descriptionLabel: 'description',
),
iOsPrompt: IOsPrompt(touchIdText: 'text), |
Hi @itsJoKr ... Wanted to check when is the stable version being released, with this change ? |
Hey @ManmeetChadha9. We are now in final stages of testing the lib. Release will probably be early next week 🙂 |
Hey @lukaknezic , any luck with the release ? |
@ManmeetChadha9 Just published new version with the fix: 2.1.0 |
@lukaknezic Looks like |
@tudor07 Yeah you are right, will push a quickfix. For now you can use:
|
@tudor07 Quickfix is available: 2.1.0+1 |
Hi,
Seems this library is not supported on Windows.
I continuosly see this error when trying to build my app on a windows machine.
Can someone please check.
Thanks
Manmeet Chadha
Logs.txt
The text was updated successfully, but these errors were encountered: