A new Flutter project.
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
-
If you faced issue when cargo build in windows:
error: failed to run custom build command for
openssl-sys x.x.x- Install Strawberry Perl
- Rerun cargo build Reference from: this thread
-
cargo build stuck when building openssl Run
cargo build -vv
to check if it really stuck. It may take more than 5+ minutes in windows build.
lefthook: installation
run once after install: lefthook install
, this is the pre commit commands linked with lint and format
You can learn more about it on our blog post.
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.
See LICENSE file