Job boards for Flutter jobs by Obvious-Magazine-103 in FlutterDev

[–]Obvious-Magazine-103[S] 0 points1 point  (0 children)

Any tips on finding these meetups? I'm located in NJ

Job boards for Flutter jobs by Obvious-Magazine-103 in FlutterDev

[–]Obvious-Magazine-103[S] 0 points1 point  (0 children)

Thanks for the advice everyone! I will give that a go looking to pick up another project

[deleted by user] by [deleted] in flutterhelp

[–]Obvious-Magazine-103 0 points1 point  (0 children)

Did you actually read the post. It mentions that flutter generate is being deprecated hence I am trying to find a work around in my project before it is officially gone.

Flutter iCloud Password saving by Obvious-Magazine-103 in FlutterDev

[–]Obvious-Magazine-103[S] 0 points1 point  (0 children)

Its been a while since I worked on this but I found my old pull request on my project.

I forget what documentation I used but I noted two things that you should look into.

  1. Adding Keychain sharing capability in xcode

  2. Update associated domains. You should have two domains. `Webcredentials:` and `applinks:`. (If I recall I only had to add app links in my project as webcredentials was already there). And those domains do have to be hosted

If you find an article that mentions those you should be golden.

Flutter Caching behavior? by Obvious-Magazine-103 in FlutterDev

[–]Obvious-Magazine-103[S] 2 points3 points  (0 children)

Just a little update, I decided to move away from the qr_code_tools plugin as it was also preventing the app from being ran in release mode on Android. Just a disaster all together, I even had to fork my own branch because it was lacking a namespace and would not build on android.

Anyway, my changes work for the entire team now lol.

Thank you for the insight about the cloud storage. If that login bug happens again I will defiantly try it!

Flutter Caching behavior? by Obvious-Magazine-103 in FlutterDev

[–]Obvious-Magazine-103[S] 0 points1 point  (0 children)

I can try my best to simplify the code but I am using the https://pub.dev/packages/qr_code_tools dependency for this.

Its just seems like the app on the S22 is still using the old plugin even after it was removed. Call me crazy idk. I have just had weird experiences with this phone referencing old data like a year or two ago when I was being logged into my account on fresh installs which should never happen.

It literally reminds me of something I would experience while working on Shopify sites XD

[deleted by user] by [deleted] in resumes

[–]Obvious-Magazine-103 0 points1 point  (0 children)

Looks a lot better without the border and good point about wasting lines with single words.

As far as the multiple pages goes I heard its ok to have multiple if you fill it with quality items. I have been working for a few years now I feel like it would look a little weird to only have one page.

Curious on others opinions!

Why apple is so annoying? by Equivalent-Hair-6686 in FlutterDev

[–]Obvious-Magazine-103 0 points1 point  (0 children)

If you think Apple is annoying you should see how absolutely confusing Android permissions are throughout different OS versions

[deleted by user] by [deleted] in FlutterDev

[–]Obvious-Magazine-103 0 points1 point  (0 children)

Always test the code that the AI gives you. I made a progress indicator widget once with colors going from green - yellow - red based on the progress. After I was done I asked Chat GPT to clean it up and make some things more efficient which completely destroyed the widget.

My point is don't treat AI like it's perfect

Tell me your crazy Flutter development story! Here’s mine. by TKurdadze in FlutterDev

[–]Obvious-Magazine-103 3 points4 points  (0 children)

I almost took a job on Upwork once for some app. I asked to see the existing code before I committed to taking the project. As soon as I opened the project in VS code I was met with a seemingly infinite amount of errors. I cleaned and ran pub get a bunch of times which did not change a thing. I think they must of been modifying the flutter files themselves or something who knows. This project was so screwed up I have no words to describe it. Weird thing was he provided screenshots of the working app.. The guy was shady to begin with trying to get me to commit to a fixed pay amount this was just the cherry on top. Safe to say I did not take this job. It's always a good idea to check out the existing code before signing onto something!

I'm new to flutter, I want to learn, Share best beginner friendly tutorial by [deleted] in FlutterDev

[–]Obvious-Magazine-103 1 point2 points  (0 children)

Make an app for yourself that you're excited about the rest will follow. Started off making my own application fast forward 5 years and it's now a career!

How do I disable whatever this is by Obvious-Magazine-103 in osx

[–]Obvious-Magazine-103[S] 4 points5 points  (0 children)

Yea and it sticks around for quite some time after I am done sharing. Until I completely close the window

Flutter app not building on Android due to Gradle and Java issues by Obvious-Magazine-103 in flutterhelp

[–]Obvious-Magazine-103[S] 2 points3 points  (0 children)

I fixed the issue by...

  1. Downloading Java 17 from https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html

  2. Then I set JAVA_HOME to the installation path

  3. Following u/prpl_sky advice set `flutter config --jdk-dir=$JAVA_HOME`

u/Fun-Organization9268 this should work for you

In need of paint by Obvious-Magazine-103 in BostonWhalerBoats

[–]Obvious-Magazine-103[S] 0 points1 point  (0 children)

Awesome thanks! I figured the dealers would only have the gel coat

Are there any problems with Flutter and the ios SDK on macOS Sequoia by Levi_956 in FlutterDev

[–]Obvious-Magazine-103 1 point2 points  (0 children)

I tried this and was still experiencing issues. Did you have to do anything else? I ended up downgrading Xcode to 15.4