Compare commits

..

No commits in common. "v1.24.1-dev.1" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class _IntAndStringPatchOptionState extends State<IntAndStringPatchOption> {
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
TextFieldForPatchOption( TextFieldForPatchOption(
value: value.toString(), value: value,
patchOption: widget.patchOption, patchOption: widget.patchOption,
selectedKey: getKey(), selectedKey: getKey(),
onChanged: (value) { onChanged: (value) {

View File

@ -4,7 +4,7 @@ homepage: https://revanced.app
publish_to: 'none' publish_to: 'none'
version: 1.24.1-dev.1+101800056 version: 1.24.0+101800055
environment: environment:
sdk: '>=3.7.0' sdk: '>=3.7.0'