Example Application
Last updated
Was this helpful?
Last updated
Was this helpful?
This package contains a full example application - prebuilt for Android and Windows - showcasing the most important features of this package and it's modules.
There are prebuilt applications for Android and Windows available on GitHub.
These are automatically built (using GitHub Actions) from the latest available commits every time the source files change, so may include functionality not yet available via pub.dev installation.
You can verify that these applications are built directly from the source code, and have not been maliciously modified to included malware, because the committer is always the GitHub Actions Bot, which can be verified by the profile icon linking to a non-profile page.
To run the prebuilt Android application on most devices, download the .apk package (from Prebuilt Example Applications) to your device, then execute it to install it.
After installation, it will appear in the launcher like any other application.
To run the prebuilt Windows application on most devices, download the .exe package (from Prebuilt Example Applications) to your device, then execute it to install it.
It will require a very simple installation with no administrator privileges required, then it will appear in the Start Menu and search bars like any other application. You can optionally choose to create a desktop shortcut.
For other platforms, there are no prebuilt applications.
You'll have to clone this project, open the 'example' directory, and then build for your desired platform using Dart and Flutter as normal.