-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EWM-437. EnterSeedPhraseWidgetModel * EWM-437. EnterSeedPhrase Elementary screen * EnterSeedPhraseWidgetModel AnyhowException * try list view builder * fix: analyze --------- Co-authored-by: knightforce <andrianov44@gmail.com> Co-authored-by: Egor Komarov <e.komarov.bf@gmail.com>
- Loading branch information
1 parent
39a7c5a
commit b2e38c3
Showing
27 changed files
with
931 additions
and
1,752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
import 'package:app/di/di.dart'; | ||
import 'package:app/utils/factories/error_handler/standard_error_handler.dart'; | ||
import 'package:flutter/cupertino.dart'; | ||
|
||
PrimaryErrorHandler createPrimaryErrorHandler(BuildContext context) { | ||
return PrimaryErrorHandler(); | ||
return PrimaryErrorHandler( | ||
context, | ||
inject(), | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.