sonikro / flutter-okta-sdk

Okta's SDK Implementation for Flutter
BSD 3-Clause "New" or "Revised" License
19 stars 34 forks source link

LOOKING FOR MAINTAINERS #21

Open sonikro opened 3 years ago

sonikro commented 3 years ago

Me and @Perdiga are the creators of this package, however, we are not working with Flutter anymore, but we believe in the future of this package.

If you're working with flutter, and using this library, please consider becoming a Maintainer.

Please talk to me or @Perdiga if you're interested.

Thanks a lot

marktefftech commented 3 years ago

hello @sonikro @Perdiga I am interested in maintaining this project.

would it be possible to set up a short informational video meeting so I can get some questions answered?

I'm a huge fan of your work so far, great job.

sonikro commented 3 years ago

hello @sonikro @Perdiga I am interested in maintaining this project.

would it be possible to set up a short informational video meeting so I can get some questions answered?

I'm a huge fan of your work so far, great job.

Hello there. I'm glad to hear that. Feel free to contact me at jonathan@nagayoshi.com.br, so we can schedule a video call. I'm on timezone UTC-3.

Teajayy007 commented 2 years ago

hey @marktefftech are you currently maintaining this project? If so, would you want to start working on the web version and also null-safety upgrade for the official SDK.

marktefftech commented 2 years ago

Hello @Teajayy007 over the next few months I will looking to improve this project and will prioritize null-safety

Teajayy007 commented 2 years ago

Hello @Teajayy007 over the next few months I will looking to improve this project and will prioritize null-safety @marktefftech if you need an extra hand let me know. I can start working on the authentication for flutter web. Also, I think it already supports null-safety it just needs to be updated on the pub.dev officially.

marktefftech commented 2 years ago

@Teajayy007 that would be awesome. please shoot me an email and we can connect and decide on the best next steps (markteffeteller@hotmail.com)

epinos commented 2 years ago

@marktefftech @Teajayy007 Hi is there a way to replicate or make this run? I'm really interested but i have not been able to replicate even the example on flutter as it states that:

" Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the Android embedding. It is being deprecated in favor of Android embedding v2. Follow the steps at [https://flutter.dev/go/android-project-migration]() to migrate your project. You may also pass the --ignore-deprecation flag to ignore this check and continue with the deprecated v1 embedding. However, the v1 Android embedding will be removed in future versions of Flutter.

"

if there is could you publish lates version to pub.dev?

Teajayy007 commented 2 years ago

does your flutter application support null-safety?

things to try: upgrade your android SDK or change your min and targetSDKVersion to 21 and 30 respectively in build.gradle

if your flutter app supports null-safety, depend on the package from github like so and not pub.dev:
flutter_okta_sdk: git: url: https://github.com/sonikro/flutter-okta-sdk.git ref: develop

marktefftech commented 2 years ago

@epinos Thanks for your comment. This is a community-supported project so appreciate your understanding on some issues.

The SDK does work with exceptions. Many of these have been fixed in recent PR's. I am trying to push out a build very soon.

In the interim for immediate debugging assistance you can see this project, which runs successfully on both platforms.

epinos commented 2 years ago

Thanks guys i really appreciate it. If theres anyway that i could help let me know :)

What worked for me was: Screen Shot 2022-03-10 at 2 51 54 PM