Test Your FlutterFlow App On A Local iPhone

  Рет қаралды 14,636

State Change

State Change

Күн бұрын

Пікірлер: 37
@leorawolle
@leorawolle Жыл бұрын
Thanks god there are guys like you on earth, who takes time to explain clearly those niche things to beginners keep going man, you are pure gold
@statechange
@statechange Жыл бұрын
Thank you so much for the kind words! What topics would be most interesting to you in future vids?
@emiltevatrosyan6864
@emiltevatrosyan6864 8 ай бұрын
@@statechangethank you for your time! Can you do something related to storing openai api key on supabase cloud, it’s problem for most right now!
@happyboss555
@happyboss555 7 ай бұрын
Thank you, subscribed !
@tapioka5572
@tapioka5572 2 ай бұрын
Very helpful! Thank you very much!
@TheShlah
@TheShlah 10 ай бұрын
Thanks for the video! Managed to get ro testing on actual device and ran into such issue: If you have a lot of custom fonts and assets in your project, getting code using CLI is not a good idea because it does not download it, so you'll run into bunch of errors when trying to build such code. In this case it's better to download manually (zip file)
@christianjimenez7705
@christianjimenez7705 10 ай бұрын
I have created an application, it is functional, I use it on Android mobiles but I want to install the application on my iPhone, is it possible to do it without having the apple developer subscription... actually I don't want to publish it on AppStore and I don't care much about Push Notifications, I just want to have it on my iPhone... is it possible?.. thanks
@MrJulyos
@MrJulyos 11 ай бұрын
thank you so much for this!
@sicetix
@sicetix 8 ай бұрын
Great video, helped me a lot!
@PubgSpeed-wl8yo
@PubgSpeed-wl8yo 18 күн бұрын
Do you have a manual for Windows?
@gzimon
@gzimon Жыл бұрын
great material, thank you
@statechange
@statechange 11 ай бұрын
Glad it helped!
@RedGreen-xr6ok
@RedGreen-xr6ok 6 ай бұрын
hey man this information as kept me inspired. but i a lil help. i keep ging this error: "The getter 'queryParameters' isn't defined for the class 'GoRouterState".
@NoneOfyourBusiness468
@NoneOfyourBusiness468 9 ай бұрын
Superb. But that is a lot to learn for a beginner. I save this video for sure. I started with AppGyver and from there I could just send a link to my iPhone and all native like camera and barcode scanning worked. I didn't have to go through what I just saw you did.
@nathanconty7047
@nathanconty7047 Жыл бұрын
Thanks for this video ! Do I have to download flutter before this tuto ? I believe Puro wah using to manage this ? Because I have a command not found when I was trying to use flutter --version ..
@nathanconty7047
@nathanconty7047 Жыл бұрын
Find it ! I had to use "puro flutter --version"
@Mackanii
@Mackanii 11 ай бұрын
What do i do if i get stuck on”” dart pub global activate flutterflow_cl”” As it only says command not found: dart
@Mackanii
@Mackanii 11 ай бұрын
Great video! But could u explain to me why i get an error? Been trying to get my app from flutter to test it on my phone. followed your steps but when it comes to type in (dart pub global activate flutterflow_cli) in the therminal i dont get it to work. everything else prior to this step worked like a charm. but at this step it stops and just says ( Zsh: command not found: dart ) any tips on what may cause this issue?
@statechange
@statechange 11 ай бұрын
Likely you have to install flutter (which installs dart) first. This is what puro.dev is good for. After running what appears to be the install process, try running "flutter" and "dart" from the command line. Another thing to do - try launching another terminal. Often when we install things in macos, the environment variables don't get updates in the current session. Launching a new terminal gives you a new session to work with!
@sebastiansevcikgabaldon1958
@sebastiansevcikgabaldon1958 10 ай бұрын
Hey @@statechange , something similar happened to me, and it runed out the issue was that I needed to always cal puro first before running flutter or dart. "puro flutter devices" for example. If i tried running flutter without puro before i would get the same error message
@craigdoriot317
@craigdoriot317 9 ай бұрын
thanks! i got stuck here as well until i ran: puro dart pub global activate flutterflow_cli@@sebastiansevcikgabaldon1958
@indEnt
@indEnt Жыл бұрын
Thanks for the tutorial - had a few problems along the way but this massively helped! I'm having one issue where the assets of my flutter project aren't being downloaded locally using the flutterflow cli. Do you have any suggestions?
@statechange
@statechange Жыл бұрын
That’s such a great point! I haven’t tried that yet will post back when I do. If you find a path that works for you would you let me (and other viewers) know?
@craigdoriot317
@craigdoriot317 9 ай бұрын
hey @statechange what program are you using to get the little round webcam while you record?
@statechange
@statechange 9 ай бұрын
I use descript for some videos (with the round cam) and screen studio for others (the ones that zoom around a bit). I use descript for editing all of them. Super fast to work with.
@craigdoriot317
@craigdoriot317 9 ай бұрын
thanks!@@statechange
@侯佳妤-o5s
@侯佳妤-o5s 6 ай бұрын
Is this need to buy Apple developer program?
@statechange
@statechange 6 ай бұрын
AFAIK, yes: to test on an iPhone, you do need to be part of the apple developer program.
@mattsonmailbox
@mattsonmailbox 4 ай бұрын
I am typing in flutter --help and i get this zsh: command not found: flutter. Did you cover this?
@Scrimm_
@Scrimm_ 2 ай бұрын
If you are on Mac you need to add your flutter installation to you path. You can navigate to your .zshrc file an do that. Just google how to do that and then you'll know how to find the file path and set it, etc...
@NicoleMonay
@NicoleMonay 6 ай бұрын
I am running into an issue. "Flutter" works but when I use "flutterflow" I get this "zsh: command not found: flutterflow"
@statechange
@statechange 6 ай бұрын
flutterflow is a package one would install via flutter pub add flutterflow. Did you get to do that? If you did, the installed path might not be on your execution PATH variable, but that's a bit more into the weeds.
@timlevey
@timlevey 9 ай бұрын
I think you forgot to mention installing dart and flutter.
@statechange
@statechange 9 ай бұрын
Puro.dev is a great tool for this purpose! Lets you manage the version more easily than manuallly or even with fvm.
No-Code is Trash
9:57
FlutterFlow
Рет қаралды 131 М.
Flutter Course for Absolute Beginners | 2024 Latest
11:57:01
dbestech
Рет қаралды 104 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 15 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,6 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 11 МЛН
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 11 МЛН
How To Set Up Flutter To Test Your App On Mac
14:37
FlutterFlow
Рет қаралды 13 М.
Using Github to Quickly Test your #FlutterFlow Projects on your Mac!
13:11
The Digital Pro's NoCode Academy
Рет қаралды 2,7 М.
Advanced FlutterFlow: VSCode and Publishing to Your Own Server
30:24
How to TEST your FLUTTERFLOW APP on YOUR OWN PHONE in 3 mins
6:17
#FlutterFlow - Apple App Store Deployment - 2023 Full Walkthrough!
20:48
The Digital Pro's NoCode Academy
Рет қаралды 9 М.
Data Binding/Set From Variable | FlutterFlow University
15:29
FlutterFlow
Рет қаралды 55 М.
Setup & Run #FlutterFlow Projects on your Mac! - Full Walkthrough!
22:47
The Digital Pro's NoCode Academy
Рет қаралды 8 М.
The Value of Source Code
17:46
Philomatics
Рет қаралды 167 М.
TestFlight - How to use TestFlight - Full Guide
17:42
Rebeloper - Rebel Developer
Рет қаралды 30 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 15 МЛН