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. .
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!)
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
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?
@@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.
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
Thank you for this. Found this after a day of dead ends. Life saver
Great tutorial. I really appreciate making videos about desktops.
Thankyou for explaining this so easily, saved a ton of time.
We need PART 2 with simple backend 😁😅. And you started the desktop league 😜.
Comrade, you are a real magician! Thank you so much!
Thanks for the tutorial. All was explained in si,ple way!
Very Goooooooood❤🙏👌
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
Outstanding video! thanks
Awesome video man! Thanks a lot! It really helped me
Excelent explanation! 10/10
thank you so much it is very clear I will learn more. nice video tutorial
Helped me a lot. Thank you
worked fine!! thanks mann!!
looks great, very nice!
omg! always thought how it's done!!!
Thanks , you saved my day
While installing it's showing Unknown Publisher. How can I sign the app as a Verified Publisher.
you saved my day
Brilliant paras bro ❤️❤️
Wonderful. Thank you
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, thanks you so much !
Thankyou my teacher
Awesome 👍
So cool !!
Thank you sooo much.. so useful......
love it :D thank you
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. .
thanks for this content
Thanks
Make more desktop ❤️❤️❤️🙌🙌🙌🙌
Do you have a Tutorial for signing application. You can't install these applications on foreign computers without a valid certificate
wonderful! thank you
Great content..
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 ?
👍Great...
Big think you bro ! 👏
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 a lot.
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
Unique Video
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
Is it possible to Add Custom Powershell Script during Installation?
Can this work from an Android app to a desktop app or does it need to be in desktop app form
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.
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?
i followed you but my app does not run in desktop it in task manager why???
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.
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 ??
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
After the build I can see only a blank screen. I´m using a firebase.
More animation tutorials please
Now the question is how to do it using github action
How about generating an uninstaller too?
It will be autogenerated and will be available in the installation folder itself
@@RetroPortalStudio that's really cool !
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??
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?
if i want it to try it on an other pc how to move it ?
I couldn’t install the exe . Windows says this contains virus ..what to do
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?
What about icons?
cool
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
waiting to release library 😅
👍
Next video msix bundle
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
😋
thank you