fix!: (flutter) pass pixelRatio to createTexture
This commit is contained in:
@@ -20,7 +20,7 @@ abstract class ThermionFlutterPlatform extends PlatformInterface {
|
||||
Future<ThermionViewer> createViewer({String? uberArchivePath});
|
||||
|
||||
Future<ThermionFlutterTexture?> createTexture(
|
||||
int width, int height, int offsetLeft, int offsetRight);
|
||||
double width, double height, double offsetLeft, double offsetRight, double pixelRatio);
|
||||
|
||||
Future destroyTexture(ThermionFlutterTexture texture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user