Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
783f313ed8 chore(release): 1.24.1-dev.1 [skip ci]
## [1.24.1-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.24.0...v1.24.1-dev.1) (2025-04-04)

### Bug Fixes

* Crash using when Integer type in Patch Options ([#2453](https://github.com/ReVanced/revanced-manager/issues/2453)) ([05575cc](05575cccfb))
2025-04-04 16:11:35 +00:00
Pun Butrach
05575cccfb
fix: Crash using when Integer type in Patch Options (#2453) 2025-04-04 22:59:06 +07:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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