
Master column and row layouts, control space between and alignment, and build lists and grids with list view and grid view while styling text with font size and color.
Explore essential Flutter packages used throughout the course, including provider for state management and dependency injection, path_provider for project resources, drift for database, and image_painter for image editing.
Note: Make sure you watch this 5-minute provider tutorial.
Build a desktop Flutter UI to add, edit, and remove images, pass the selected image to an edit screen, and implement a save flow for the edited image.
Enable saving edited images by toggling a save image button when editing, create a unique temporary file path in the application support directory, write image bytes, and confirm image saved.
Note: Make sure you use the same version to avoid version error.
filepicker_windows: ^2.0.1
http: ^0.13.4
fluent_ui: ^3.9.1
provider: ^6.0.2
path_provider: ^2.0.9
Note: Make sure you use the same version to avoid version error.
filepicker_windows: ^2.0.1
http: ^0.13.4
fluent_ui: ^3.9.1
provider: ^6.0.2
path_provider: ^2.0.9
Builds a Flutter window wallpaper app, showing an image with a gradient foreground and photographer name, and adds a confirmation dialog to set the image as desktop wallpaper.
Create a flutter window wallpaper app with a search image feature, a search image provider, and a text box to set wallpaper on click.
There are multiple ways to generate a build.
write "flutter build windows" command and this will generate a new build for you
Once the build is generated, You can find the build-in "yourapp\build\windows\runner\Release"
For more refer
1. https://docs.flutter.dev/deployment/windows
2. https://stackoverflow.com/questions/64291336/how-to-build-release-version-of-windows-app
Flutter is the new Cross-platform Mobile Development Framework created by Google, allowing developers to build mobile, web, and desktop applications with one single codebase!
Flutter is the BEST way to create cross-platform apps that otherwise would require two distinct mobile development teams to create.
Why is Flutter a BIG Deal?
Flutter is a big deal because any developer (or anyone who wants to learn app development) can now build mobiles, web, and desktop apps with one codebase ONLY! This means, instead of having to learn a native language for each platform you can now use Flutter Mobile Development Framework to build apps that run natively on both iOS and Android devices using the General-purpose Dart
[Why this course?]
Window has a Great future and scope
Window has more than 70% market share
Demand & opportunity
Upgrade Your skill
[Our GOAL]
Unlike other courses, Instead of building basic apps such as making the hello world app, calculator app which I won't call it app. We will build a real desktop application such as a todo, image editor, and wallpaper application. At the end of this course, you will be able to make your own desktop application.
[What we will build in this course?]
Building Todo App (Demo)
Building Image Editor App(Demo)
Building Wallpaper App (Demo)
[Who can enroll in this course?]
Anyone who is brave enough to upgrade their skill
Has dart and flutter basic knowledge
Eager to learn new technology
Experienced iOS and Android developers
System requirements
Windows, macOS, Linux for Desktop app development
macOS for iOS app development
Note: I will not cover every feature of the app as it will consume a lot of time. But we will try to implement most of the
feature.