jesse23 / flutter-example

flutter example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build and test

few flutter

A minimal Electron application with flutter & dart

To Use

npm i
npm start
npm run lint
npm test

Release

To build for production, run npm run build.

The output directory, build contains a package.json pointing to the built application, and can be run as follows:

cd build
npm install
npm start

Package

The output directory's package manifest, build/package.json, includes electron-packager, and therefore can be packaged for distribution on Windows, macOS, and Linux.

to build for the host platform run:

npm run build

To build for all platforms, run :

npm run package

About flutter

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

flutter example

License:MIT License


Languages

Language:Dart 57.2%Language:JavaScript 36.4%Language:HTML 6.3%