Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Merge requests
!7
Upgrade to Flutter 2: Update depreciated syntaxes; Upgrade package;
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to Flutter 2: Update depreciated syntaxes; Upgrade package;
upgradeToFlutter2
into
master
Overview
0
Commits
2
Pipelines
6
Changes
12
Merged
Éloïs
requested to merge
upgradeToFlutter2
into
master
4 years ago
Overview
0
Commits
2
Pipelines
6
Changes
12
Expand
0
0
Merge request reports
Viewing commit
26bbf685
Show latest version
12 files
+
191
−
270
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
26bbf685
Upgrade to Flutter 2: Update depreciated syntaxes; Upgrade package;
· 26bbf685
poka
authored
4 years ago
lib/models/generateWallets.dart
+
0
−
2
Options
@@ -71,8 +71,6 @@ class GenerateWalletsProvider with ChangeNotifier {
await
configFile
.
writeAsString
(
'
$nbrWallet
:
$_name
:
$_derivationNbr
:
$_pubkey
'
);
print
(
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
);
print
(
'
${wallet.pin}
:
$_name
:
$isHD
'
);
// Navigator.pop(context, true);
}
else
{
final
int
_derivationNbr
=
-
1
;
Loading