build: Upgrade to Flutter 3.44.2
This commit is contained in:
@@ -165,7 +165,7 @@ class HomeScreenBloc extends Bloc<HomeScreenEvent, HomeScreenState> {
|
||||
return;
|
||||
}
|
||||
|
||||
final directory = await FilePicker.platform.getDirectoryPath(
|
||||
final directory = await FilePicker.getDirectoryPath(
|
||||
dialogTitle: 'Выберите папку установки Moonwell',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user