If you find this video useful, consider Following me on: 👉 Twitter: twitter.com/theretroportal 👉 Medium: retroportalstudio.medium.com 👉 GitHub: github.com/retroportalstudio 👉 Instagram: instagram.com/retroportalstudio 👉 Patreon: www.buymeacoffee.com/theretroportal
Loved the video sir, It was very very helpful ! I am building a desktop app and I wasn't able to package it into an Installer.exe file, I can't thank you enough for this !🙏🏻🎉 Can you also make videos on the Mac OS Installer and Linux installer ?
Need help with your package swipe_deck. Getting a weird box around image. Only can swap if i touch center of the image, otherwise swipe doesn't work. .
@@RetroPortalStudio yess, I tried to create those for the FCM push notifications, was kinda successful, but didn't think to do for others like Cloud Firestore, auth, or others.
when I make changes to my project and try to use the inno.iss file in the installer it doesn't create a new installer with the new changers, it just creates the old version with a new file name, do you know how I can solve this problem?
Any plans to make a desktop application that can access desktop peripherals, like a printer? (I've seen ffi and platform channels can be used to call functions from a dll, but can't get it to work!)
Hi, my app works on my pc (where I build it), but when I wanted to run in on another pc it says "the app was not able to start correctly 0x000007b". I installed c++ redistributable all-in-one, and add .net 3.0 in control panel. Still nothing Potential fixes?
after installing when I run the application, I am getting this error "This EXE was compiles for the x64 architecture." any idea on it? Followed all the steps properly
the code execution cannot proceed because flutter_windows.dll was not found. Reinstalling the program may fix this problem this error when i install exe file to other pc
IMHO, This is as simple as it gets! It is like installing a utility and zipping it to an exe. hardly takes 5-10 mins. We have been using this to package java and other apps for years now
For the first time ever, I'm followed a video entirely from start to finish, without any hiccups, and got the stuff done. Boy what a video😍
Your brevity is so refreshing. Thank you for respecting our time with this well made and comprehensive yet to-the-point video
Great tutorial. I really appreciate making videos about desktops.
Comrade, you are a real magician! Thank you so much!
Thank you for this. Found this after a day of dead ends. Life saver
Outstanding video! thanks
Thankyou for explaining this so easily, saved a ton of time.
Excelent explanation! 10/10
If you find this video useful, consider Following me on:
👉 Twitter: twitter.com/theretroportal
👉 Medium: retroportalstudio.medium.com
👉 GitHub: github.com/retroportalstudio
👉 Instagram: instagram.com/retroportalstudio
👉 Patreon: www.buymeacoffee.com/theretroportal
Thanks for the tutorial. All was explained in si,ple way!
We need PART 2 with simple backend 😁😅. And you started the desktop league 😜.
Awesome video man! Thanks a lot! It really helped me
worked fine!! thanks mann!!
thank you so much it is very clear I will learn more. nice video tutorial
Very Goooooooood❤🙏👌
Helped me a lot. Thank you
looks great, very nice!
Brilliant paras bro ❤️❤️
Awesome, thanks you so much !
Thanks , you saved my day
omg! always thought how it's done!!!
Wonderful. Thank you
you saved my day
love it :D thank you
Thank you sooo much.. so useful......
Loved the video sir, It was very very helpful ! I am building a desktop app and I wasn't able to package it into an Installer.exe file, I can't thank you enough for this !🙏🏻🎉 Can you also make videos on the Mac OS Installer and Linux installer ?
I'm glad it helped you 😁 And macos installer video coming soon ✌😁
@@RetroPortalStudio thank you so much man ! You make lives for us easier !😊
@@capt_naman_gor have u found the step to Mac OS installer and uninstalling
@@prathivar6721 no man, i haven't
Awesome 👍
While installing it's showing Unknown Publisher. How can I sign the app as a Verified Publisher.
Thankyou my teacher
Thank you so much!
wonderful! thank you
Great content..
Big think you bro ! 👏
thanks for this content
Need help with your package swipe_deck. Getting a weird box around image. Only can swap if i touch center of the image, otherwise swipe doesn't work. .
Make more desktop ❤️❤️❤️🙌🙌🙌🙌
So cool !!
👍Great...
Thanks a lot.
Do you have a Tutorial for signing application. You can't install these applications on foreign computers without a valid certificate
What can you use for authentication for a login desktop app in flutter
I guess Firebase REST APIs can be used, I haven't tried those on desktop yet, but theoretically, they should work
Yes, you have to create REST APIs. The packages won't work on desktop yet
@@RetroPortalStudio yess, I tried to create those for the FCM push notifications, was kinda successful, but didn't think to do for others like Cloud Firestore, auth, or others.
when I make changes to my project and try to use the inno.iss file in the installer it doesn't create a new installer with the new changers, it just creates the old version with a new file name, do you know how I can solve this problem?
Unique Video
Any plans to make a desktop application that can access desktop peripherals, like a printer?
(I've seen ffi and platform channels can be used to call functions from a dll, but can't get it to work!)
did u find solution ?
Hi, my app works on my pc (where I build it), but when I wanted to run in on another pc it says "the app was not able to start correctly 0x000007b". I installed c++ redistributable all-in-one, and add .net 3.0 in control panel. Still nothing
Potential fixes?
after installing when I run the application, I am getting this error
"This EXE was compiles for the x64 architecture."
any idea on it?
Followed all the steps properly
Package info always returns version 1.0.0 even if I set the correct version via Inno Setup. Help please?
It must be modified in windows>>main.cpp file. It's the actual version of the app. Innosetup version is the installer version.
Can this work from an Android app to a desktop app or does it need to be in desktop app form
Is it possible to Add Custom Powershell Script during Installation?
Can you help me out how to create a deb installation for linux.
Did you found how we can create a deb installation for linux ??
When I distribute the app on my website, my users get a warning about security and loads of jazz that is skippable by annoying for a production app
the code execution cannot proceed because flutter_windows.dll was not found. Reinstalling the program may fix this problem
this error when i install exe file to other pc
thanks, i had tried my own way only to find out my app is crushing because the data folder was not present
how to solve this problem?
@@cricketclub1617 just copy the whole release folder
Thanks
Flutter desktop requires other cpp libraries in dev mode to build n run..will it be required on consumer machines??
yes...flutter needs dll files such as vcruntime etc i hope.
This is just to create setup for release build. Whatever files you need with release build, you can add them keeping the directory structure intact
@@RetroPortalStudio how, please??
How about generating an uninstaller too?
It will be autogenerated and will be available in the installation folder itself
@@RetroPortalStudio that's really cool !
if i want it to try it on an other pc how to move it ?
i followed you but my app does not run in desktop it in task manager why???
After the build I can see only a blank screen. I´m using a firebase.
Works correctly, but if i use sqflite ffi, the app after setup can't run and doesn't display any alerts, could you please help me
Am having same issue, the app is failing with firebase auth after creating setup
Have u resolved your issue??
Yep, I added sqflite3.dll file next to exe file, and it worked correctly
But my issue was with sqflite, unlike yours
Are u using any authentication in your application?
What about icons?
I couldn’t install the exe . Windows says this contains virus ..what to do
Now the question is how to do it using github action
my exe don't run, windows says that my app has a virus, what should i do?
Hey, i using win 11. I followed the instructions in the video but my app crashes on startup.
do u find any solution?
More animation tutorials please
why is it so complex, why can't flutter team give simple utility or exe file directly
Desktop is stil in Beta.
When it goes to Alpha it should be better to use
IMHO, This is as simple as it gets! It is like installing a utility and zipping it to an exe. hardly takes 5-10 mins. We have been using this to package java and other apps for years now
can its execute in 32 bit windows ?
Yes it can
@@RetroPortalStudio hope it works well, because if i execute through exe file in release folder it only work only in 64 bit
waiting to release library 😅
cool
Next video msix bundle
👍
😋
thank you