#FlutterFlow

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 55

  • @gazier20
    @gazier20 Год назад +2

    Thank you for a clear video and more recent than FlutterFlow channel !!

  • @miguelr_
    @miguelr_ Год назад +2

    Thank you, very grateful to this youtube channel. I hope you can make a similar video for web deployment in your own hosting

  • @adhamessam4947
    @adhamessam4947 Год назад +5

    i think we weill need additional steps if my app uses push notifications as most apps do

    • @the_digitalpro
      @the_digitalpro  Год назад

      I totally agree. I did not want to over complicate these set of videos. I will certainly build on these though and the good thing is that I can ask watchers to refer back to them and then apply the adjustments needed to support extended functionality.

    • @endieumunna6900
      @endieumunna6900 Год назад +2

      @@the_digitalpro have you done this? We really need the push notification part. Thanks

    • @masiemil2584
      @masiemil2584 Год назад

      @@the_digitalpro yeah this is really needed :( I saw some documentation that says to add a ".ImageNotification" to the bundle ID. I already checked push notifications as part of the apps capability but I still get errors when building.

  • @weimyteam
    @weimyteam Год назад +2

    Very helpful video, can the same steps be carried out from a Windows machine..?

    • @the_digitalpro
      @the_digitalpro  Год назад

      Unfortunately not as Windows cannot run the Apple developer tooling. You can only test Android apps on Windows.

  • @chilrl7425
    @chilrl7425 Год назад +1

    first thing. love the vids, you have a new supporter here. Secondly, I am having trouble with an error "Step 11 script `Flutter build ipa and automatic versioning` exited with status code 1". I have tried some suggestions online including adding .ImageNotification to the package name and manually updating the build/version number in AConnect but still having the issue. If you know a fix that would be greatly appreciated ! :)

  • @EmblazNOR
    @EmblazNOR Год назад +2

    Thank you! Are you doing this for web deployment as well?

    • @the_digitalpro
      @the_digitalpro  Год назад

      Yes I will be covering this in a future video. Thank you.

  • @giovannimontauti8403
    @giovannimontauti8403 2 месяца назад

    Hi. I DIDNT FIND BUILD BUTTON, ELSE COMPILATION BUTTON. Im usein a windows pc. Can you help me? THNK

  • @MarlonVan
    @MarlonVan 9 месяцев назад

    Thanks for the insightful videos, love what you teaching brother. I just a question. I built an app in flutterflow, so i'm very very new t building apps. I just some guidance or advise on adding a yearly subscription to the app i build. What videos can you suggest that will easy to understand as a non developer. I want to have this as an annual subscription in the app store and google play. I already have the dev accounts on the both stores. Will the paywall need to be integrated into my flutterflow app, like a page showing the subscription or does the app store do this, sorry if this is a straight forward answer, i'm just new to this.

  • @MyInspireSphere
    @MyInspireSphere Год назад

    Great Video, everything worked well until I wanted to add login with Apple ID. I am stuck with the need to create a provisioning.

  • @yazeed9003
    @yazeed9003 5 месяцев назад +1

    Any updates regarding Push notification without Firbase? Because the only way to that is by deploying your FlutterFlow app from Xcode to activate Remote notification and push notification. But there's many errors in Xcode. I hope you can cover this in your next video

    • @the_digitalpro
      @the_digitalpro  5 месяцев назад

      Still waiting for improved OneSignail integration. This appears to be a more all rounded solution but its not fully available as yet. I'll update as soon as this changes.

  • @mincraftpe2951
    @mincraftpe2951 Месяц назад

    Do i need mac 🖥️ to do it ?

  • @CanErden-tt8qi
    @CanErden-tt8qi Год назад

    thanks for both walkthroughs these were so easy to follow. Keep it up please!

    • @the_digitalpro
      @the_digitalpro  Год назад

      You are most welcome. Glad you found them helpful.

  • @Nolaready
    @Nolaready 8 месяцев назад

    Do you by chance know how add revenue cat paywall to Flutterflow app?

  • @HideBuz
    @HideBuz Год назад +1

    Awesome, you are the man! Just what I have been looking for. Flutterflow's own guide is so difficult to follow. Thanks your for your contribution again! I am wondering if we can get an Appwrite docker tutorial where we use Flutterflow and connect it to appwrite as a backend instead of Firebase and Firestorage for user auth and file management. I have been looking to do a completely self hosted project.

    • @the_digitalpro
      @the_digitalpro  Год назад

      I really want to do some videos on Appwrite integration. It's not the biggest player for sure in providing backend services but their platform is certainly accelerating. I've added your comments to my demand list thanks. Where would you like to self host? Any thoughts?

    • @HideBuz
      @HideBuz Год назад

      @@the_digitalpro I think making it platform independent would be best, so any digitalocean droplet or vps that you can get a referral code for, will work well for us :P We want to support you! Also do you have Patreaon? I wouldn't mind subscribing if you do a full Appwrite tutorial with user auth, functions, file hosting. Appwrite comes with a lot of good features built in and most tutorials simply stop at installing and basic integration. There are so many developers who want to move away from Firebase and don't know what to use else. Supabase is a good start, but I think Appwrite will surpass Supabase community in the next few months if they already haven't, so adoption rate should go up for Appwrite and tutorials will be in demand.

  • @pablolleonart
    @pablolleonart Год назад +1

    Hi can you record a video to how do a leaderboard in flutterflow im building a football app and i dont know how build a leaderbord for clasification

    • @the_digitalpro
      @the_digitalpro  Год назад

      I get your challenge. Ordering on a list by say just points is simple enough but then you need to add in additional measures like goal difference etc. I know this sounds crazy but have you reached out to ChatGPT and asked it to create you a Flutter Widget which you can then use in your app?

  • @Group881
    @Group881 Год назад

    I followed all the instructions and got to the stage where the app I built on flutterflow is now appearing on my testflight. However when I come to install it from my testflight account to my iphone, it tells me "Could not install (app name)", Your request couldn't be completed. Try again.", what should I do?

  • @onestrongsoutherngirl
    @onestrongsoutherngirl Год назад +1

    Thank you for this video! The only error we're getting to publish our app in Apple is that our users don't have a way to delete themselves from Supabase which Apple is now requiring. We can't find any documentation online that explains how to add an action in FF that will let users delete their Supabase profile (the FF help documents only show how to do this with Firebase). Could you please create a video that walks through this? The FF support team said we need to create a custom action? Help! Thanks again for all the great videos!!

    • @the_digitalpro
      @the_digitalpro  Год назад +1

      Okay so this is not an easy one to answer from a no-code perspective. At this moment FF does not have any support to delete users and I doubt this will be the case any time soon. This is why they mentioned about creating a custom action which makes a call out to a service to perform this operation. This is where it gets complex because the service it calls out to will need to be created and hosted elsewhere with a higher level of permissions (service_role) to perform this operation. The service_role is an elevated permission on the Supabase side which performs a number of admin actions. This is NOT something you want to perform within a client application.
      My suggestion is this. I would create a page within your application whereby users can request to close down their account. You then get notified and explain to users that account deletions will take up to X number of days. You then undertake the request manually as a routine operation and go directly in to Supabase to carry out that task. Or when you are comfortable create a seperate web application which operates close to the Supabase in a private capacity to perform the delete. Of course this will require skills to create a mode coded solution. I hope this helps.
      Of course someone in the community here may have a better idea.

    • @onestrongsoutherngirl
      @onestrongsoutherngirl Год назад

      Thank you for your response! Your suggestion about a user requesting that their account be deleted is how we have it set up right now and Apple won't approve our app that way. They said the user must be able to delete their own account without having to request it be done. Very frustrating. I'm not sure what we'll do.@@the_digitalpro

    • @the_digitalpro
      @the_digitalpro  Год назад +1

      I have a solution for you but I need to create a video to walk you through the process. So long as you are okay to follow a number of steps it will be fine. The process I have is that you can invoke a function from your FlutterFlow app to have a users account deleted from Supabase. I will try and get this video recorded in the next 24 hours.

    • @onestrongsoutherngirl
      @onestrongsoutherngirl Год назад +1

      @@the_digitalpro Wow! Thank you! We appreciate that!

    • @the_digitalpro
      @the_digitalpro  Год назад +1

      Now available. Hope this helps ... ruclips.net/video/PNBvc35CDAk/видео.html

  • @fripppels9860
    @fripppels9860 Год назад +1

    How do I download an app to only my client's iPhone without having to deploy it in the App Store?

    • @the_digitalpro
      @the_digitalpro  Год назад

      Please take a look at Test Flight. You can make your app available using Test Flight and anyone can download Test Flight and test your app on their devices so long as they are invited to do so.

  • @Rizwan-Ashraf
    @Rizwan-Ashraf Год назад

    Can i make a paid tutorial request for personal projects ?

  • @beepypeepy
    @beepypeepy Год назад

    You're the man!

    • @the_digitalpro
      @the_digitalpro  Год назад

      Haha. Hope you find it helpful as a starter. I will do more advanced videos on deployment in the future.

    • @beepypeepy
      @beepypeepy Год назад +1

      @@the_digitalpro Thanks! Would love it if you could continue the Supabase series as well to showcase more advanced functionality. Supabase/Flutterflow tutorial content is a dreadfully thin library, especially now as FF allows SB authentication.

    • @the_digitalpro
      @the_digitalpro  Год назад +1

      @beepypeepy yes my recent poll on my channel had almost double the amount of FF users using Supabase over Firebase. I was surprised by this stat but certainly not unreasonable. I will certainly cover more.

    • @beepypeepy
      @beepypeepy Год назад

      @@the_digitalpro avoiding vendor lock-in with google is an increasingly attractive proposition, but they do make it easy

    • @beepypeepy
      @beepypeepy Год назад

      @@the_digitalproI've just run into my first headache with supabase/flutterflow, and based on my research no one in the community has a great answer yet: how do you create custom functions, such as a "fetch" function, that utilize data from the supabase backend? I am seeing some really, really dodgy complicated workarounds on the forum that no one seems too sure of.

  • @dakaradakaradakara699
    @dakaradakaradakara699 4 месяца назад +1

    Please I need help. how to deploy ios app from flutterflow without paying

    • @the_digitalpro
      @the_digitalpro  4 месяца назад

      You can't. With Apple you will need to purchase a developer account.

    • @dakaradakaradakara699
      @dakaradakaradakara699 4 месяца назад

      @@the_digitalpro can I download iOS mobile application from using flutter flow? Is there a way of that?

  • @nayswerr5650
    @nayswerr5650 4 месяца назад

    button "add build" doesn’t display, so i can't add build i've deployed with flutterflow. How can i add this build on apple store connect ?

    • @anuragggg
      @anuragggg 2 месяца назад

      found any solutions for this ?

    • @Shon-p1s
      @Shon-p1s 2 месяца назад

      @@anuragggg and you?

    • @Shon-p1s
      @Shon-p1s 2 месяца назад

      @nayswerr5650 found any solutions for this ?

    • @anuragggg
      @anuragggg Месяц назад +1

      @@Shon-p1s make Sure you Don't get any Warning Mail from Apple or at least mail should be about one single warning, like mine was about push notification, which i wasn't using in my app.

  • @curiouspodcastclips
    @curiouspodcastclips Год назад

    Doesnt mention app tracking transparency.

  • @Bando._X7
    @Bando._X7 Год назад

    hi there, great video
    May you please create a video on how to make a chatting app but without the use of firebase
    thanks

  • @GuilhermeBarbosa-jz5qx
    @GuilhermeBarbosa-jz5qx Год назад +1

    Hello! I would like to know if you have any individual mentoring service, I watched your videos and they are amazing, it would be a pleasure to learn from you. If you have an email I can contact you, that would be great!

    • @the_digitalpro
      @the_digitalpro  Год назад

      Unfortunately I cannot provide this service at the moment and appreciate your kind words. Of course feel free to reach out with any ideas on what you want me to cover. I consider everything.

    • @Алексей-э6т9м
      @Алексей-э6т9м 8 месяцев назад

      1:02