Skip to content

deorwine/desktop-applications-with-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop_application

Desktop application using Flutter.

Windows application

Perform the following commands to run this project

flutter config --enable-windows-desktop

Form Filling Page Saved Data Page Edit Data Page

Additional Windows requirements

For Windows desktop development, you need the following in addition to the Flutter SDK:

Visual Studio 2019 (not to be confused with Visual Studio Code). For Win32 you need the “Desktop development with C++” workload installed, including all of its default components. For UWP you need the “Universal Windows Platform development” workload installed, with the optional UWP C++ tools.

enable developer mode on windows follow these steps

Settings -> Update & Security -> for developers -> turn on developer mode

macOS application

Perform the following commands to run this project

flutter config --enable-macos-desktop

Form Filling Page Saved Data Page Edit Data Page

Additional macOS requirements

For macOS desktop development, you need the following in addition to the Flutter SDK:

Xcode

CocoaPods if you use plugins

Additional Linux requirements

Perform the following commands to run this project

flutter config --enable-linux-desktop

For Linux desktop development, you need the following in addition to the Flutter SDK:

Clang

CMake

GTK development headers

Ninja build

pkg-config

The easiest way to install the Flutter SDK along with these dependencies is by using snapd. For more information, see Installing snapd.

Once you have snapd, you can install Flutter using the Snap Store, or at the command line:

$ sudo snap install flutter --classic

If snapd is unavailable on the Linux distro you’re using, you might use the following command:

$ sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev

Flutter plugins

Plugin Name
responsive_framework
file_picker_cross
path_provider
localstore

Created & Maintained By

Deorwine Infotech

If you found this project helpful or you learned something from the source code and want to thank team deorwine then please connect on us different platform:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published