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

CW-912 [1/?] one class per file, minor cleanups #12

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

MrCyjaneK
Copy link
Collaborator

No description provided.

fix build issue, update deps
bump monero_c
update lints
move settings widgets into separate files
update to RC10 monero_c
use xcframework instead of .framework
add lints
make all final variables final
fix Makefile, use prebuilds on CI
simplify format.sh script
global fatal error handling
add new method on coin to see if seed appears legit
await all async calls
make FormElement properly abstract and add errorHandler
remove BuildContext from where it's not required
simplify validator in FormElement, create templates
move renameWallet and createWallet to ViewModel
remove deprecated methods in QrImageView
Add insecure biometric option
add codegen
@RebuildOnChange - can be user in
ViewModel and automatically rebuilds the UI on change
@ExposeRebuildableAccessors - makes it easy to expose all accessors of a class in ViewModel - used in SettingsViewModel to simlify code.
@ThrowOnUI - show an error to the user when a function throws
remove button classes from view
separate new_wallet data classes from view model
extractract nested widgets into methods
remove logic from ui
bump flutter version
sneak in GPL-3.0 relicense
little tiny start on docs
use translations instead of hardcoded strings
reorganize code
cleanup all classes
final byteWords = s2[2];
bw += byteWords;
}
String? error;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not initialized, shouldn't we wrap the above in a try/catch and initialize this in the catch block?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants