Releases: tendermint/flutter
Releases · tendermint/flutter
v2.0.4
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
andfromMap
functions inapp_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
tomocktail
inTransactionSigningGateway
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
andCosmosOutlinedButton
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 forCosmosPasscodePrompt
by @wal33d006 in #275
New Contributors
Full Changelog: v2.0.3...V2.0.4
starport_template 2.0.3
- 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
- add Security screen to enable app lock and biometrics scan
- several bugfixes and minor improvements
v2.0.1
- fix: update library references in starport template
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Starport template redesign
v1.0.2
Starport Template v1.0.1
- Add support for dark theme
- Bump minimum Android SDK version to 18
- Minor bugfixes
Starport Template v1.0.0
Initial version of Starport template