mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:48:41 +00:00
bump version
This commit is contained in:
parent
80746b5139
commit
c493b41df8
3 changed files with 3 additions and 3 deletions
|
|
@ -174,7 +174,7 @@ class _TwonlyIdentityBackupViewState extends State<TwonlyIdentityBackupView> {
|
||||||
child: FilledButton.icon(
|
child: FilledButton.icon(
|
||||||
onPressed: (!isLoading &&
|
onPressed: (!isLoading &&
|
||||||
(passwordCtrl.text == repeatedPasswordCtrl.text &&
|
(passwordCtrl.text == repeatedPasswordCtrl.text &&
|
||||||
passwordCtrl.text.length >= 10 ||
|
passwordCtrl.text.length >= 8 ||
|
||||||
kDebugMode))
|
kDebugMode))
|
||||||
? onPressedEnableTwonlySafe
|
? onPressedEnableTwonlySafe
|
||||||
: null,
|
: null,
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "7.4.5"
|
version: "7.4.5"
|
||||||
archive:
|
archive:
|
||||||
dependency: "direct main"
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: archive
|
name: archive
|
||||||
sha256: "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd"
|
sha256: "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
|
||||||
# Prevent accidental publishing to pub.dev.
|
# Prevent accidental publishing to pub.dev.
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.0.34+34
|
version: 0.0.35+35
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.6.0
|
sdk: ^3.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue