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 Flutter to develop Flutter Desktop apps.
Learn how to create a Flutter desktop project 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 the system File and Edit menus.
Learn how to create the system Todos, Find and Help menus.
Implement the deleteList menu.
Learn about Macintosh Entitlements and how they are used for handling file system permissions.
Learn how to export data to a file system.
Learn how to import data from a file system.
Learn how to create desktop icons for the Mac and Windows systems.
Learn how to create final release versions of your app to distribute.