Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cardano wallet api example #523

Merged
merged 7 commits into from
Jun 4, 2024

Conversation

dtscalac
Copy link
Contributor

@dtscalac dtscalac commented Jun 3, 2024

Description

Adds an example for catalyst cardano wallet API.

Related Issue(s)

Closes #495

Screenshots

Screenshot 2024-06-03 at 10 46 04
Screenshot 2024-06-03 at 10 46 15
Screenshot 2024-06-03 at 10 46 22
Screenshot 2024-06-03 at 10 46 30

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@dtscalac dtscalac added review me PR is ready for review dart Pull requests that update Dart code labels Jun 3, 2024
@dtscalac dtscalac self-assigned this Jun 3, 2024
@dtscalac dtscalac requested review from minikin and stevenj as code owners June 3, 2024 08:47
@dtscalac dtscalac changed the base branch from main to feat/cardano-wallet-api June 3, 2024 08:47
@dtscalac dtscalac requested a review from coire1 June 3, 2024 08:47
Copy link
Contributor

github-actions bot commented Jun 3, 2024

Test Report | ${\color{lightgreen}Pass: 133/134}$ | ${\color{red}Fail: 1/134}$ |

@dtscalac dtscalac merged commit 9c9d444 into feat/cardano-wallet-api Jun 4, 2024
24 of 26 checks passed
@dtscalac dtscalac deleted the feat/cardano-wallet-api-example branch June 4, 2024 07:59
dtscalac added a commit that referenced this pull request Jun 11, 2024
* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>
dtscalac added a commit that referenced this pull request Jun 11, 2024
* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>
minikin pushed a commit that referenced this pull request Jun 19, 2024
* feat: Add VoicesAppBar (#531)

* feat: Add new colors and definitions to Catalyst Theme.

* feat: Add VoicesAppBar and sub-actions.

* feat: Add CatalystVoicesIcons set.

* feat: Update actions components to use CatalystVoices icons.

* feat: Add VoicesAppBar widget.

* docs: Add docs for actions widgets.

* feat: Add search button.

* feat: Update unlock icon to use CatalystVoices icon set.

* feat: Add SearchButton to VoicesAppBar.

* feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`.

* feat: Move icons to right for action buttons.

* chore: Removed unused import.

* Fix: Point `flutter-ci` to main branch.

* chore: Change typedef of button callbacks.

* chore: Rename chevron icons.

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>

* fix: Fix .earthlyignore excluded directories/files (#536)

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* fix: catalyst cardano support for NFTs (#537)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* feat: cardano wallet cip 95 (#538)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* docs: add common issues docs (#548)

* docs: add common issues docs

* docs: fix readme formatting

* chore: enable earthly files

* chore: enable disabled earthly target

* chore: rerun target without cache

* chore: no-cache earthly target

* chore: trigger rebuild

---------

Co-authored-by: Lucio Baglione <coire1@gmail.com>
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
Co-authored-by: Dominik Toton <dominik@mealtime.de>
dtscalac added a commit that referenced this pull request Jun 19, 2024
* feat: Add VoicesAppBar (#531)

* feat: Add new colors and definitions to Catalyst Theme.

* feat: Add VoicesAppBar and sub-actions.

* feat: Add CatalystVoicesIcons set.

* feat: Update actions components to use CatalystVoices icons.

* feat: Add VoicesAppBar widget.

* docs: Add docs for actions widgets.

* feat: Add search button.

* feat: Update unlock icon to use CatalystVoices icon set.

* feat: Add SearchButton to VoicesAppBar.

* feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`.

* feat: Move icons to right for action buttons.

* chore: Removed unused import.

* Fix: Point `flutter-ci` to main branch.

* chore: Change typedef of button callbacks.

* chore: Rename chevron icons.

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>

* fix: Fix .earthlyignore excluded directories/files (#536)

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* fix: catalyst cardano support for NFTs (#537)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* feat: cardano wallet cip 95 (#538)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* docs: add common issues docs (#548)

* docs: add common issues docs

* docs: fix readme formatting

* feat: use theme builder

* chore: enable earthly files

* chore: enable disabled earthly target

* chore: rerun target without cache

* chore: no-cache earthly target

* chore: trigger rebuild

* refactor: extract widget

* feat: uikit example

---------

Co-authored-by: Lucio Baglione <coire1@gmail.com>
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
Co-authored-by: Dominik Toton <dominik@mealtime.de>
Co-authored-by: Oleksandr Prokhorenko <djminikin@gmail.com>
minikin added a commit that referenced this pull request Jun 20, 2024
* feat: Add VoicesAppBar (#531)

* feat: Add new colors and definitions to Catalyst Theme.

* feat: Add VoicesAppBar and sub-actions.

* feat: Add CatalystVoicesIcons set.

* feat: Update actions components to use CatalystVoices icons.

* feat: Add VoicesAppBar widget.

* docs: Add docs for actions widgets.

* feat: Add search button.

* feat: Update unlock icon to use CatalystVoices icon set.

* feat: Add SearchButton to VoicesAppBar.

* feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`.

* feat: Move icons to right for action buttons.

* chore: Removed unused import.

* Fix: Point `flutter-ci` to main branch.

* chore: Change typedef of button callbacks.

* chore: Rename chevron icons.

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>

* fix: Fix .earthlyignore excluded directories/files (#536)

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* fix: catalyst cardano support for NFTs (#537)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* feat: cardano wallet cip 95 (#538)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* docs: add common issues docs (#548)

* docs: add common issues docs

* docs: fix readme formatting

* feat: use theme builder

* chore: enable earthly files

* chore: enable disabled earthly target

* chore: rerun target without cache

* chore: no-cache earthly target

* chore: trigger rebuild

* refactor: extract widget

* feat: uikit example

* chore: deploy uikit example to firebase hosting

* chore: add firebase config

* chore: cleanup

* chore: env variable for firebase project id

* chore: fix firebase entrypoint

* chore: remove .firebaserc

---------

Co-authored-by: Lucio Baglione <coire1@gmail.com>
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
Co-authored-by: Dominik Toton <dominik@mealtime.de>
Co-authored-by: Oleksandr Prokhorenko <djminikin@gmail.com>
minikin added a commit that referenced this pull request Jun 24, 2024
* feat: Add VoicesAppBar (#531)

* feat: Add new colors and definitions to Catalyst Theme.

* feat: Add VoicesAppBar and sub-actions.

* feat: Add CatalystVoicesIcons set.

* feat: Update actions components to use CatalystVoices icons.

* feat: Add VoicesAppBar widget.

* docs: Add docs for actions widgets.

* feat: Add search button.

* feat: Update unlock icon to use CatalystVoices icon set.

* feat: Add SearchButton to VoicesAppBar.

* feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`.

* feat: Move icons to right for action buttons.

* chore: Removed unused import.

* Fix: Point `flutter-ci` to main branch.

* chore: Change typedef of button callbacks.

* chore: Rename chevron icons.

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>

* fix: Fix .earthlyignore excluded directories/files (#536)

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* fix: catalyst cardano support for NFTs (#537)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* feat: cardano wallet cip 95 (#538)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* docs: add common issues docs (#548)

* docs: add common issues docs

* docs: fix readme formatting

* feat: use theme builder

* chore: enable earthly files

* chore: enable disabled earthly target

* chore: rerun target without cache

* chore: no-cache earthly target

* chore: trigger rebuild

* refactor: extract widget

* feat: uikit example

* feat: voices drawer

* feat: finish nav drawer

* feat: add docs and voices list tiles

* feat: update to named navigation to preserve route when hot restarting

* refactor: cleanup code

---------

Co-authored-by: Lucio Baglione <coire1@gmail.com>
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
Co-authored-by: Dominik Toton <dominik@mealtime.de>
Co-authored-by: Oleksandr Prokhorenko <djminikin@gmail.com>
minikin added a commit that referenced this pull request Jun 24, 2024
* feat: Add VoicesAppBar (#531)

* feat: Add new colors and definitions to Catalyst Theme.

* feat: Add VoicesAppBar and sub-actions.

* feat: Add CatalystVoicesIcons set.

* feat: Update actions components to use CatalystVoices icons.

* feat: Add VoicesAppBar widget.

* docs: Add docs for actions widgets.

* feat: Add search button.

* feat: Update unlock icon to use CatalystVoices icon set.

* feat: Add SearchButton to VoicesAppBar.

* feat: Restore `flutter_adaptive_scaffold` version and add `catalyts_voices_brands`.

* feat: Move icons to right for action buttons.

* chore: Removed unused import.

* Fix: Point `flutter-ci` to main branch.

* chore: Change typedef of button callbacks.

* chore: Rename chevron icons.

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>

* fix: Fix .earthlyignore excluded directories/files (#536)

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* fix: catalyst cardano support for NFTs (#537)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* feat: cardano wallet cip 95 (#538)

* feat: add catalyst_cardano wallet api

* feat: add error handling

* fix: tests

* docs: update toc

* docs: fix readme

* fix: decrement package version

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* feat: add error case

* refactor: rename getCardanoWallets

* fix: method name

* chore: ignore flutter plugins generated files

* feat: cardano wallet api example (#523)

* feat: add missing import

* fix: assets path

* fix: add missing dependency

* feat: add example

* fix: method name

* fix: balance with multi asset tokens

* feat: parse value from utxo

* fix: utxo formatting

* feat: update example

* feat: code adjust

* fix: balance

* feat: parse multi assets

* feat: add multi assets arithmetics

* feat: adjust code to latest changes

* fix: assets cleanup

* feat: support native tokens in utxos

* fix: multi asset change calculation

* fix: change calculation

* refactor: cleanup code

* Update .earthlyignore

* chore: ignore Earthfile in .earthfileignore

* docs: update example

* docs: update readme

* refactor: cleanup code

* docs: readme

* feat: add cip 95

* fix: cip95 deserialization

* refactor: formatting

* docs: improve grammar

* refactor: rename value to balance

* docs: fix

---------

Co-authored-by: Dominik Toton <dominik@mealtime.de>

* docs: add common issues docs (#548)

* docs: add common issues docs

* docs: fix readme formatting

* feat: use theme builder

* chore: enable earthly files

* chore: enable disabled earthly target

* chore: rerun target without cache

* chore: no-cache earthly target

* chore: trigger rebuild

* refactor: extract widget

* feat: uikit example

* feat: voices drawer

* feat: finish nav drawer

* feat: add docs and voices list tiles

* feat: update to named navigation to preserve route when hot restarting

* refactor: cleanup code

* refactor: cleanup

* feat: uikit chips

* feat: add missing properties to chips

* chore: add unknown word

* docs: missing documentation

---------

Co-authored-by: Lucio Baglione <coire1@gmail.com>
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
Co-authored-by: Dominik Toton <dominik@mealtime.de>
Co-authored-by: Oleksandr Prokhorenko <djminikin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Create an example application inside the pub to demonstrate core functionality.
2 participants