Skip to content

ProtonWallet/flutter-app

Repository files navigation

wallet

A new Flutter project.

Getting Started

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.

Trouble-shooting

Windows

  • If you faced issue when cargo build in windows: error: failed to run custom build command foropenssl-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.

Dependancies

lefthook: installation run once after install: lefthook install, this is the pre commit commands linked with lint and format

Help us to translate the project

You can learn more about it on our blog post.

License

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