Flutter 2.10: Flutter Desktop App on Windows

  Рет қаралды 23,204

Learn Flutter with Me

Learn Flutter with Me

Күн бұрын

Пікірлер: 37
@theethiorex
@theethiorex Жыл бұрын
i like how calm he is when making videos.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Hi man! Just discover your channel 🙏🔥 Learn Flutter with Me is going to the moooon 🚀
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
Thank you so much! That means a lot coming from you! Love your videos!
@_jeffe04
@_jeffe04 2 жыл бұрын
Thank you, I'll be playing with it right now!
@zahidiqbalkhokhar9627
@zahidiqbalkhokhar9627 2 жыл бұрын
One of the best ever videos I have seen at your channel. informative for new comers, keep it up!
@jcmcdark
@jcmcdark Жыл бұрын
Excellent, a bit off topic question, do you know if Flutter Desktop already supports OAuth2 functionality ?
@bennguyen1313
@bennguyen1313 2 жыл бұрын
Any thoughts on building windows desktop apps changed with Flutter 3? Would love to see a video on how to access the COM port , joysticks, etc!
@jimmy050977
@jimmy050977 2 жыл бұрын
Is it an extension or a plugin on the top right of your screen ? Showing the layout
@中国美女观察家
@中国美女观察家 2 жыл бұрын
I write a flutter windows app, I want to launch a golang service when flutter app start on windows, and how run flutter app on windows with admininstrator rights?
@baran1405
@baran1405 2 жыл бұрын
hello sir.. that was amazing expline for flutter windows.. I wander if there any database package work with flutter windows desktop....?
@aaravbhatt760
@aaravbhatt760 2 жыл бұрын
Hi, there's one called drift (it used to be called moor).
@Jan123.
@Jan123. 2 жыл бұрын
Amazing. I love your videos. Thanks 🙏
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
Thank you so much!
@evaggelospasiakos1521
@evaggelospasiakos1521 2 жыл бұрын
Is there a way to port the same app after you finished building it, to a mobile phone app?
@haiderjaafer8164
@haiderjaafer8164 2 жыл бұрын
Great work keep going forward… can you make series on windows app
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
Thank you! Yes I can!
@DuyNguyen-co7jr
@DuyNguyen-co7jr 2 жыл бұрын
Can u host a native win32 as a widget on platform-windows. I need to get HWND as a parameter in 3rd SDK
@linjianru
@linjianru 2 жыл бұрын
very helpful thank you!
@sergsergesrgergseg
@sergsergesrgergseg 2 жыл бұрын
Memory usage and file size?
@technologyandawareness8282
@technologyandawareness8282 2 жыл бұрын
Is it possible to build desktop app in flutter that can run online as well as offline if we enter data offline it will automatically update when internet connection resume or computer connected with internet
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
Depending on the app/data/etc you could in theory store the data locally until a connection is resumed and then push it. You could maybe use something like sqlite and store it with a status of "pending" and when the connection returns push everything with a pending status and either mark it as pushed at that point or delete it from the local database. That's highly generalized of course haha! Hope that helped!
@technologyandawareness8282
@technologyandawareness8282 2 жыл бұрын
@@LearnFlutterwithMe is it possible in firebase instead of SQLite
@KellyKing
@KellyKing 2 жыл бұрын
can you use macbook to build for windows?
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
I was tinkering with it, I think as long as any packages you use support at least web and windows you can at least develop it on your mac and test it with say, chrome. But I don't think you can compile it. You *might* be able to use windows through bootcamp or through something like virtualbox to accomplish it though. Or I haven't used codemagic yet maybe there's a way through it? If anyone else here knows something else that might work let us know!
@DeepakSharma-py7bd
@DeepakSharma-py7bd 2 жыл бұрын
Setup file type or msi
@coderlicious6565
@coderlicious6565 2 жыл бұрын
This is going to be a huge improvement over trying to use Python ( with wxpython or tkinter ), with that *horrible* hacky, buggy py2exe, or the other native app builder, forgot the name. Headaches averted.
@peshawaamin3083
@peshawaamin3083 2 жыл бұрын
thank you ♥️... if you can create some windows app projects with flutter i will share it to. my friends ❤️
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
I will definitely be doing that!
@abdallahhussein5997
@abdallahhussein5997 2 жыл бұрын
Why fluentApp and not materialApp?
@knappygd
@knappygd 2 жыл бұрын
fluent_ui is designed to resemble characteristics natively from Windows, so it's better for Windows development rather than materialApp
@bijayaadhikari442
@bijayaadhikari442 2 жыл бұрын
Can we run windows desktop in mac?
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
I was tinkering with it, I think as long as any packages you use support at least web and windows you can at least develop it on your mac and test it with say, chrome. But I don't think you can compile it. You *might* be able to use windows through bootcamp or through something like virtualbox to accomplish it though. Or I haven't used codemagic yet maybe there's a way through it? If anyone else here knows something else that might work let us know!
@leoingson
@leoingson 2 жыл бұрын
@@LearnFlutterwithMe Pretty sure you can build for any plattform on any platform, e.g. build a win app on a mac. Exception is the closed system of apple - if you want to build for Mac or iOs, you need a mac.
@marilynroberts5187
@marilynroberts5187 2 жыл бұрын
😇 Promo>SM!
@강수경-j1b
@강수경-j1b 2 жыл бұрын
😁👏👏👏
@iAnguel
@iAnguel 2 жыл бұрын
Thanks a lot. Just a heads-up: There is a bug with current flutter and latest Visual Studio 2022: github.com/flutter/flutter/issues/97086
@LearnFlutterwithMe
@LearnFlutterwithMe 2 жыл бұрын
Oh ok thanks! I'll take a look!
Flutter Theming | How to Use Flutter Themes
5:41
Learn Flutter with Me
Рет қаралды 1,4 М.
Building a desktop design language with Flutter | Session
15:13
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 49 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 35 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
[Nâng cao] Bài 5: Egg Hunter
26:51
JHT Pwner
Рет қаралды 28
Malware Development: Processes, Threads, and Handles
31:29
My New Desktop
11:46
Chris Titus Tech
Рет қаралды 614 М.
I want this SO BAD (but I can't have it) - Huawei Mate XT Ultimate Design
13:54
Flutter Windows Desktop Tutorial - Open File Dialog with File Picker
6:47
Learn Flutter with Me
Рет қаралды 9 М.
Sqflite Tutorial | Flutter plugin for SQLite | CRUD
15:47
Learn Flutter with Me
Рет қаралды 51 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 534 М.
you need to learn BASH Scripting RIGHT NOW!! // EP 1
12:14
NetworkChuck
Рет қаралды 1 МЛН
Flutter for Windows: All Packages Reviewed
12:00
SyntacOps
Рет қаралды 4,6 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 49 МЛН