Flutter Desktop Apps: Getting Started
Learn how to create a Flutter Desktop App for both the Macintosh and Windows platforms. Create applications that run as fast as native apps and look like a native app. Use the native menu system and access local files. By Kevin D Moore.
Who is this for?
Developers interested in developing desktop apps for the Macintosh and Windows computers using the Flutter framework.
Covered concepts
- Flutter UI
- Desktop Development
- Desktop Menus
- Importing and Exporting data
- Saving data to a database
Part 1: Flutter Desktop Apps
Learn how about Flutter Desktop apps and the Todo app you will create in this series.
Learn how to install the beta version of Flutter to develop Flutter Desktop apps.
Learn how to create a Flutter desktop app for both the Macintosh and Window.
Learn how to set the window size of your app and set the minimum size of the window.
Learn how to edit and remove Macintosh menus.
Learn how to create and use the system menus using the menubar plugin. Learn how to respond to menu selections.
Learn about Macintosh Entitlements and how they used for handling file system permissions.
Learn how to export data to a file system using a new plugin.
Learn how to import and export data to a file system using a new plugin.
Learn how to create desktop icons for the Mac and Windows systems.
Learn how to create final release versions of your app to distribute.