bugfix covert int to str

This commit is contained in:
Dr-Blank 2024-06-20 00:54:29 -04:00
parent 479242427a
commit ed236ef117
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ final deviceModelProvider = FutureProvider<String>.internal(
);
typedef DeviceModelRef = FutureProviderRef<String>;
String _$deviceSdkVersionHash() => r'0553db1a6c90a4db2841761ac2765eb1ba86a714';
String _$deviceSdkVersionHash() => r'501b01ae679e02fc5082feabea81cea0fa74afd7';
/// See also [deviceSdkVersion].
@ProviderFor(deviceSdkVersion)