Flutter 3.7.0

This commit is contained in:
Hanh 2023-01-30 21:20:47 +08:00
parent a8a16a90dd
commit 0c6e6a9de5
15 changed files with 216 additions and 165 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: wget flutter
run: |
curl https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.3.10-stable.tar.xz --output flutter.tar.xz
curl https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.0-stable.tar.xz --output flutter.tar.xz
tar xf flutter.tar.xz
echo $PWD/flutter/bin >> $GITHUB_PATH

View File

@ -31,7 +31,7 @@ jobs:
- name: wget flutter
run: |
curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.3.10-stable.zip --output flutter.zip
curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.0-stable.zip --output flutter.zip
unzip flutter.zip
echo $PWD/flutter/bin >> $GITHUB_PATH

View File

@ -1,3 +1,4 @@
flutter upgrade
cargo install cargo-make
cargo make flatpak
cp target/release/warp_api_ffi.dll .

View File

@ -16,7 +16,7 @@ ENV PATH $PATH:/root/.cargo/bin
RUN apt-get update
RUN apt-get install -yq unzip xz-utils clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libgstreamer-plugins-base1.0-dev
RUN cargo install cargo-make
RUN curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.3.10-stable.tar.xz
RUN curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.0-stable.tar.xz
RUN tar xvf flutter.tar.xz
RUN rm -f flutter.tar.xz
RUN mkdir /root/.zcash-params

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -x
FLUTTER_VERSION=3.3.10
FLUTTER_VERSION=3.7.0
ROOT_DIR=$1
if [ "$ROOT_DIR" == "" ]; then

View File

@ -97,11 +97,11 @@ class MessageLookup extends MessageLookupByLibrary {
"accountNameIsRequired":
MessageLookupByLibrary.simpleMessage("Account name is required"),
"accounts": MessageLookupByLibrary.simpleMessage("Accounts"),
"add": MessageLookupByLibrary.simpleMessage("ADD"),
"add": MessageLookupByLibrary.simpleMessage("Add"),
"addARecipientAndItWillShowHere": MessageLookupByLibrary.simpleMessage(
"Add a recipient and it will show here"),
"addContact": MessageLookupByLibrary.simpleMessage("Add Contact"),
"addnew": MessageLookupByLibrary.simpleMessage("NEW/RESTORE"),
"addnew": MessageLookupByLibrary.simpleMessage("New/Restore"),
"address": MessageLookupByLibrary.simpleMessage("Address"),
"addressCopiedToClipboard":
MessageLookupByLibrary.simpleMessage("Address copied to clipboard"),
@ -366,7 +366,7 @@ class MessageLookup extends MessageLookupByLibrary {
"rescanNeeded": MessageLookupByLibrary.simpleMessage("Rescan Needed"),
"rescanRequested": m14,
"rescanning": MessageLookupByLibrary.simpleMessage("Rescanning..."),
"reset": MessageLookupByLibrary.simpleMessage("RESET"),
"reset": MessageLookupByLibrary.simpleMessage("Reset"),
"restart": MessageLookupByLibrary.simpleMessage("Restart"),
"restoreAnAccount":
MessageLookupByLibrary.simpleMessage("Restore an account?"),

View File

@ -98,7 +98,7 @@ class MessageLookup extends MessageLookupByLibrary {
"accountNameIsRequired": MessageLookupByLibrary.simpleMessage(
"Se requiere el nombre de la cuenta"),
"accounts": MessageLookupByLibrary.simpleMessage("Cuentas"),
"add": MessageLookupByLibrary.simpleMessage("AGREGAR"),
"add": MessageLookupByLibrary.simpleMessage("Agregar"),
"addARecipientAndItWillShowHere": MessageLookupByLibrary.simpleMessage(
"Agregar un destinatario y se mostrará aquí"),
"addContact": MessageLookupByLibrary.simpleMessage("Agregar Contacto"),
@ -372,7 +372,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Necesita escanear"),
"rescanRequested": m14,
"rescanning": MessageLookupByLibrary.simpleMessage("Escanear..."),
"reset": MessageLookupByLibrary.simpleMessage("RESTABLECER"),
"reset": MessageLookupByLibrary.simpleMessage("Restablecer"),
"restart": MessageLookupByLibrary.simpleMessage("Reiniciar"),
"restoreAnAccount":
MessageLookupByLibrary.simpleMessage("¿Restaurar una Cuenta?"),

View File

@ -102,7 +102,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Ajoutez un receveur et il sera ici"),
"addContact":
MessageLookupByLibrary.simpleMessage("Ajouter un contact"),
"addnew": MessageLookupByLibrary.simpleMessage("AJOUTER"),
"addnew": MessageLookupByLibrary.simpleMessage("Ajouter"),
"address": MessageLookupByLibrary.simpleMessage("adresse"),
"addressCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
"Adresse copiée dans le presse-papier"),
@ -373,7 +373,7 @@ class MessageLookup extends MessageLookupByLibrary {
"rescanRequested": m14,
"rescanning":
MessageLookupByLibrary.simpleMessage("Rescannage en cours..."),
"reset": MessageLookupByLibrary.simpleMessage("RESET"),
"reset": MessageLookupByLibrary.simpleMessage("Reset"),
"restart": MessageLookupByLibrary.simpleMessage("Redémarrage"),
"restoreAnAccount":
MessageLookupByLibrary.simpleMessage("Récuperation d\'un Compte?"),

View File

@ -1112,10 +1112,10 @@ class S {
);
}
/// `ADD`
/// `Add`
String get add {
return Intl.message(
'ADD',
'Add',
name: 'add',
desc: '',
args: [],
@ -1792,10 +1792,10 @@ class S {
);
}
/// `NEW/RESTORE`
/// `New/Restore`
String get addnew {
return Intl.message(
'NEW/RESTORE',
'New/Restore',
name: 'addnew',
desc: '',
args: [],
@ -1822,10 +1822,10 @@ class S {
);
}
/// `RESET`
/// `Reset`
String get reset {
return Intl.message(
'RESET',
'Reset',
name: 'reset',
desc: '',
args: [],

View File

@ -105,7 +105,7 @@
"address": "Address",
"openInExplorer": "Open in Explorer",
"na": "N/A",
"add": "ADD",
"add": "Add",
"tradingChartRange": "Trading Chart Range",
"M1": "1 M",
"M3": "3 M",
@ -173,10 +173,10 @@
"copy": "Copy",
"textCopiedToClipboard": "{text} copied to clipboard",
"multipleAddresses": "multiple addresses",
"addnew": "NEW/RESTORE",
"addnew": "New/Restore",
"applicationReset": "Application Reset",
"confirmResetApp": "Are you sure you want to reset the app? Your accounts will NOT be deleted",
"reset": "RESET",
"reset": "Reset",
"loading": "Loading...",
"restart": "Restart",
"pleaseQuitAndRestartTheAppNow": "Please Quit and Restart the app now",

View File

@ -107,7 +107,7 @@
"address":"Dirección",
"openInExplorer":"Abrir en el Explorador",
"na":"N/A",
"add":"AGREGAR",
"add":"Agregar",
"tradingChartRange":"Rango del gráfico",
"M1": "1 M",
"M3": "3 M",
@ -175,7 +175,7 @@
"addnew": "AGREGAR",
"applicationReset": "Restablecer la aplicación",
"confirmResetApp": "¿Seguro que quieres restablecer la aplicación? Sus cuentas NO serán eliminadas",
"reset": "RESTABLECER",
"reset": "Restablecer",
"loading": "Cargando...",
"restart": "Reiniciar",
"mode": "Modo",

View File

@ -172,10 +172,10 @@
"copy": "Copier",
"textCopiedToClipboard": "{text} copié au presse-papier",
"multipleAddresses": "plusieurs adresses",
"addnew": "AJOUTER",
"addnew": "Ajouter",
"applicationReset": "Réinitialisation",
"confirmResetApp": "Etes vous sur de vouloir réinitialiser. Vos comptes ne seront PAS perdus ",
"reset": "RESET",
"reset": "Reset",
"loading": "Chargement...",
"restart": "Redémarrage",
"mode": "Mode",

View File

@ -439,9 +439,7 @@ List<ElevatedButton> confirmButtons(BuildContext context,
label: Text(s.cancel),
onPressed: () {
cancelValue != null ? navigator.pop(cancelValue) : navigator.pop();
},
style: ElevatedButton.styleFrom(
backgroundColor: Theme.of(context).colorScheme.secondary)),
}),
ElevatedButton.icon(
icon: okIcon ?? Icon(Icons.done),
label: Text(okLabel ?? s.ok),

View File

@ -5,203 +5,224 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201"
url: "https://pub.dev"
source: hosted
version: "30.0.0"
version: "52.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4
url: "https://pub.dev"
source: hosted
version: "2.7.0"
version: "5.4.0"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
sha256: "139d809800a412ebb26a3892da228b2d0ba36f0ef5d9a82166e5e52ec8d61611"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.3.2"
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
url: "https://pub.dev"
source: hosted
version: "2.9.0"
version: "2.10.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
build:
dependency: transitive
description:
name: build
url: "https://pub.dartlang.org"
sha256: "3fbda25365741f8251b39f3917fb3c8e286a96fd068a5a242e11c2012d495777"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.3.1"
build_config:
dependency: transitive
description:
name: build_config
url: "https://pub.dartlang.org"
sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.1.1"
build_daemon:
dependency: transitive
description:
name: build_daemon
url: "https://pub.dartlang.org"
sha256: "6bc5544ea6ce4428266e7ea680e945c68806c4aae2da0eb5e9ccf38df8d6acbf"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.1.0"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
sha256: "7c35a3a7868626257d8aee47b51c26b9dba11eaddf3431117ed2744951416aab"
url: "https://pub.dev"
source: hosted
version: "2.0.4"
version: "2.1.0"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
sha256: b0a8a7b8a76c493e85f1b84bffa0588859a06197863dba8c9036b15581fd9727
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.3.3"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
sha256: "14febe0f5bac5ae474117a36099b4de6f1dbc52df6c5e55534b3da9591bf4292"
url: "https://pub.dev"
source: hosted
version: "7.2.2"
version: "7.2.7"
built_collection:
dependency: transitive
description:
name: built_collection
url: "https://pub.dartlang.org"
sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100"
url: "https://pub.dev"
source: hosted
version: "5.1.1"
built_value:
dependency: transitive
description:
name: built_value
url: "https://pub.dartlang.org"
sha256: "169565c8ad06adb760c3645bf71f00bff161b00002cace266cad42c5d22a7725"
url: "https://pub.dev"
source: hosted
version: "8.1.3"
version: "8.4.3"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
url: "https://pub.dev"
source: hosted
version: "1.2.1"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
checked_yaml:
dependency: transitive
description:
name: checked_yaml
url: "https://pub.dartlang.org"
sha256: "3d1505d91afa809d177efd4eed5bb0eb65805097a1463abdd2add076effae311"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.2"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.5"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted
version: "1.1.1"
code_builder:
dependency: transitive
description:
name: code_builder
url: "https://pub.dartlang.org"
sha256: "0d43dd1288fd145de1ecc9a3948ad4a6d5a82f0a14c4fdd0892260787d975cbe"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.4.0"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
url: "https://pub.dev"
source: hosted
version: "1.16.0"
version: "1.17.0"
convert:
dependency: "direct main"
description:
name: convert
url: "https://pub.dartlang.org"
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.0.2"
dart_style:
dependency: transitive
description:
name: dart_style
url: "https://pub.dartlang.org"
sha256: "7a03456c3490394c8e7665890333e91ae8a49be43542b616e414449ac358acd4"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.2.4"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
ffi:
dependency: "direct main"
description:
name: ffi
url: "https://pub.dartlang.org"
sha256: "35d0f481d939de0d640b3db9a7aa36a52cd22054a798a73b4f50bdad5ce12678"
url: "https://pub.dev"
source: hosted
version: "1.1.2"
ffigen:
dependency: "direct dev"
description:
name: ffigen
url: "https://pub.dartlang.org"
sha256: ee26a837d1a20e3ef4f734baada3feffa4a7cb07f0bd5bee20186d77dc67650c
url: "https://pub.dev"
source: hosted
version: "2.4.2"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
url: "https://pub.dev"
source: hosted
version: "6.1.2"
version: "6.1.4"
fixnum:
dependency: transitive
description:
name: fixnum
url: "https://pub.dartlang.org"
sha256: "04be3e934c52e082558cc9ee21f42f5c1cd7a1262f4c63cd0357c08d5bba81ec"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.0.1"
flat_buffers:
dependency: "direct main"
description:
name: flat_buffers
url: "https://pub.dartlang.org"
sha256: "23e2ced0d8e8ecdffbd9f267f49a668c74438393b9acaeac1c724123e3764263"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
flutter:
@ -218,170 +239,186 @@ packages:
dependency: transitive
description:
name: frontend_server_client
url: "https://pub.dartlang.org"
sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "3.2.0"
glob:
dependency: transitive
description:
name: glob
url: "https://pub.dartlang.org"
sha256: "4515b5b6ddb505ebdd242a5f2cc5d22d3d6a80013789debfbda7777f47ea308c"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.1"
graphs:
dependency: transitive
description:
name: graphs
url: "https://pub.dartlang.org"
sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.2.0"
http_multi_server:
dependency: transitive
description:
name: http_multi_server
url: "https://pub.dartlang.org"
sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.2.1"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.0.2"
io:
dependency: transitive
description:
name: io
url: "https://pub.dartlang.org"
sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e"
url: "https://pub.dev"
source: hosted
version: "1.0.3"
version: "1.0.4"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
url: "https://pub.dev"
source: hosted
version: "0.6.3"
version: "0.6.5"
json_annotation:
dependency: "direct main"
description:
name: json_annotation
url: "https://pub.dartlang.org"
sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.8.0"
json_serializable:
dependency: "direct dev"
description:
name: json_serializable
url: "https://pub.dartlang.org"
sha256: "040088d9eb2337f3a51ddabe35261e2fea1c351e3dd29d755ed1290b6b700a75"
url: "https://pub.dev"
source: hosted
version: "5.0.2"
version: "6.6.0"
logging:
dependency: transitive
description:
name: logging
url: "https://pub.dartlang.org"
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.1.1"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
url: "https://pub.dev"
source: hosted
version: "0.12.12"
version: "0.12.13"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
url: "https://pub.dev"
source: hosted
version: "0.1.5"
version: "0.2.0"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
mime:
dependency: transitive
description:
name: mime
url: "https://pub.dartlang.org"
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.4"
package_config:
dependency: transitive
description:
name: package_config
url: "https://pub.dartlang.org"
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.1.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
url: "https://pub.dev"
source: hosted
version: "1.8.2"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
pool:
dependency: transitive
description:
name: pool
url: "https://pub.dartlang.org"
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
url: "https://pub.dev"
source: hosted
version: "1.5.0"
version: "1.5.1"
protobuf:
dependency: "direct main"
description:
name: protobuf
url: "https://pub.dartlang.org"
sha256: "01dd9bd0fa02548bf2ceee13545d4a0ec6046459d847b6b061d8a27237108a08"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.0"
pub_semver:
dependency: transitive
description:
name: pub_semver
url: "https://pub.dartlang.org"
sha256: "307de764d305289ff24ad257ad5c5793ce56d04947599ad68b3baa124105fc17"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.3"
pubspec_parse:
dependency: transitive
description:
name: pubspec_parse
url: "https://pub.dartlang.org"
sha256: "75f6614d6dde2dc68948dffbaa4fe5dae32cd700eb9fb763fe11dfb45a3c4d0a"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.1"
quiver:
dependency: transitive
description:
name: quiver
url: "https://pub.dartlang.org"
sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.2.1"
shelf:
dependency: transitive
description:
name: shelf
url: "https://pub.dartlang.org"
sha256: c24a96135a2ccd62c64b69315a14adc5c3419df63b4d7c05832a346fdb73682c
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.4.0"
shelf_web_socket:
dependency: transitive
description:
name: shelf_web_socket
url: "https://pub.dartlang.org"
sha256: a988c0e8d8ffbdb8a28aa7ec8e449c260f3deb808781fe1284d22c5bba7156e8
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.3"
sky_engine:
dependency: transitive
description: flutter
@ -391,107 +428,122 @@ packages:
dependency: transitive
description:
name: source_gen
url: "https://pub.dartlang.org"
sha256: "2d79738b6bbf38a43920e2b8d189e9a3ce6cc201f4b8fc76be5e4fe377b1c38d"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.2.6"
source_helper:
dependency: transitive
description:
name: source_helper
url: "https://pub.dartlang.org"
sha256: "3b67aade1d52416149c633ba1bb36df44d97c6b51830c2198e934e3fca87ca1f"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.3"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
url: "https://pub.dev"
source: hosted
version: "1.9.0"
version: "1.9.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
url: "https://pub.dev"
source: hosted
version: "1.10.0"
version: "1.11.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
stream_transform:
dependency: transitive
description:
name: stream_transform
url: "https://pub.dartlang.org"
sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.2.0"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.dev"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
url: "https://pub.dev"
source: hosted
version: "0.4.12"
version: "0.4.16"
timing:
dependency: transitive
description:
name: timing
url: "https://pub.dartlang.org"
sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.0.1"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.1"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.4"
watcher:
dependency: transitive
description:
name: watcher
url: "https://pub.dartlang.org"
sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.2"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
url: "https://pub.dartlang.org"
sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.3.0"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370"
url: "https://pub.dev"
source: hosted
version: "3.1.0"
version: "3.1.1"
sdks:
dart: ">=2.17.0-0 <3.0.0"
dart: ">=2.18.0 <4.0.0"
flutter: ">=1.20.0"

View File

@ -21,7 +21,7 @@ dev_dependencies:
sdk: flutter
ffigen: 2.4.2
build_runner: ^2.1.2
json_serializable: ^5.0.0
json_serializable: ^6.1.5
ffigen:
output: 'lib/warp_api_generated.dart'