Skip to content

elsirion/fluttermint

 
 

Repository files navigation

fluttermint

A fedimint wallet in Flutter + Rust. Powered by Minimint.

Frame 67 (2)

Justin's Notes

  • In order to run this on a hardware device and connect to federation running on desktop, you need to turn on "System Preferences > Sharing > Internet Sharing". Turn on all USB-related options.

Android

$ cat ~/.gradle/gradle.properties
ANDROID_NDK=/Users/justin/Library/Android/sdk/ndk-bundle

## Building for WASM

### Prerequisites

1. [wasm-pack](https://rustwasm.github.io/wasm-pack/)
2. Typescript
3. [dart_js_facade_gen](https://github.com/dart-lang/js_facade_gen)

For debug build:

```sh
just wasm --dev

For release build:

just wasm

Testflight

Build the IPA:

flutter build ipa

Uploaded it using transport app.

Contributing

Contributions are very welcome, just open an issue or PR if you see something to improve!

Please note that all contributions happen under the MIT license as described below:

Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or
(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or
(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.
(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 49.3%
  • Rust 14.9%
  • C++ 14.2%
  • CMake 12.1%
  • C 2.1%
  • Ruby 1.8%
  • Other 5.6%