Skip to content

Releases: tendermint/flutter

v2.0.4

12 May 09:28
3cec936
Compare
Choose a tag to compare

What's Changed

  • fix: Fix cosmos_outline_button.dart by @wal33d006 in #204
  • feat: add CosmosQrImage widget by @andrzejchm in #205
  • feat: update starport_template with newest packages' code by @andrzejchm in #206
  • refactor: update fvm version to 2.10.1 by @Zfinix in #215
  • fix: fixed address button style by @Zfinix in #216
  • fix: (balance) 🐛 fixed multiple balance load bug by @Zfinix in #217
  • fix: (android) 🐛 bump up android and kotlin versions by @Zfinix in #220
  • feat: make firstOrNull's predicate optional by @andrzejchm in #221
  • fix: HTTPS communication with testnet by @andrzejchm in #222
  • fix: (transaction) 🐛 fixed amount denom by @Zfinix in #219
  • fix: (ui) 🐛 deactivate dark mode in template by @Zfinix in #224
  • refactor: Rename wallet to account by @wal33d006 in #226
  • fix: (chain name) added chan chain name to UI by @Zfinix in #223
  • refactor: Refactor wallet entities in cosmos_ui_components by @wal33d006 in #227
  • refactor: Rename the wallet to account for cosmos_auth by @wal33d006 in #228
  • refactor: Rename everything from wallet to account in starport_template by @wal33d006 in #229
  • feat: ExpandableContainer widget by @andrzejchm in #233
  • feat: improve error logging for catched errors by @andrzejchm in #234
  • refactor: return TransactionResponse instead of TransactionHash after successful broadcast by @Zfinix in #231
  • fix: allowed zero fee entry by @Zfinix in #235
  • feat: minor theme updates by @andrzejchm in #239
  • feat: add clear local storage to data store by @Zfinix in #240
  • feat: clear local storage data store by @Zfinix in #241
  • feat: clear local storage by @Zfinix in #237
  • feat: add "clearCredentials" function to transaction_signing_gateway by @andrzejchm in #243
  • refactor: Add toMap and fromMap functions in app_info_extractor.dart by @wal33d006 in #245
  • fix: Add factory constructor in app_info_extractor.dart by @wal33d006 in #247
  • feat: AppInfo improvements by @andrzejchm in #248
  • fix: make account info reading backward-compatibile by @andrzejchm in #249
  • refactor: Migrate from mockito to mocktail in TransactionSigningGateway by @wal33d006 in #250
  • refactor: Extract AppVersionText into a separate widget + Add a new widget = ChipText by @wal33d006 in #251
  • feat: created config base env file by @Zfinix in #244
  • refactor: Add optional color property to CosmosBackButton by @wal33d006 in #253
  • fix: update package deps and remove unwanted AppVersionText by @Zfinix in #258
  • fix: (UI) sign_transaction_tab_view_item by @Zfinix in #259
  • feat: create cosmos_lint package by @Zfinix in #261
  • fix: cosmos_lint package name by @Zfinix in #264
  • feat: create cosmos_node_client package by @Zfinix in #263
  • feat: Migrating linting to cosmos_lint package by @Zfinix in #265
  • fix: text overflow in CosmosTextButton by @andrzejchm in #267
  • refactor: Add theme support for CosmosElevatedButton and CosmosOutlinedButton by @wal33d006 in #268
  • feat: Dark theme support by @wal33d006 in #266
  • refactor: Add CosmosTheme support for more components by @wal33d006 in #269
  • refactor: Add more components to support CosmosTheme by @wal33d006 in #271
  • refactor: Update theme support for CosmosTextField by @wal33d006 in #274
  • fix: Fix CosmosCheckboxTile for dark/light themes by @wal33d006 in #273
  • refactor: Add CosmosTheme support for CosmosPasscodePrompt by @wal33d006 in #275

New Contributors

Full Changelog: v2.0.3...V2.0.4

starport_template 2.0.3

27 Jan 09:35
6278e62
Compare
Choose a tag to compare
  • fix: Fix paste button not enabling the continue button on asset transfer page
  • fix: Fees token denom is always AKT
  • ci: fix ruby setup for deployment scripts in Github Actions

starport_template 2.0.2

25 Jan 06:39
88828e6
Compare
Choose a tag to compare
  • add Security screen to enable app lock and biometrics scan
  • several bugfixes and minor improvements

v2.0.1

17 Dec 13:07
Compare
Choose a tag to compare
  • fix: update library references in starport template

Full Changelog: v2.0.0...v2.0.1

v2.0.0

17 Dec 11:44
Compare
Choose a tag to compare

Starport template redesign

v1.0.2

20 Sep 09:32
Compare
Choose a tag to compare
fix go proxy cache

Starport Template v1.0.1

20 Aug 10:43
d9580f1
Compare
Choose a tag to compare
  • Add support for dark theme
  • Bump minimum Android SDK version to 18
  • Minor bugfixes

Starport Template v1.0.0

17 Aug 06:59
55dfda7
Compare
Choose a tag to compare

Initial version of Starport template

v0.1.0

03 Aug 09:17
d1c6fd8
Compare
Choose a tag to compare
feat: export starport tpl as a Go module (#74)