context menu
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import 'dart:io';
|
||||
|
||||
// import 'dart:html' as html;
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
@ -30,7 +31,7 @@ void main() async {
|
||||
await windowManager.focus();
|
||||
});
|
||||
}
|
||||
}else{
|
||||
} else {
|
||||
dio.options.baseUrl = '/api';
|
||||
}
|
||||
final prefs = await SharedPreferences.getInstance();
|
||||
|
Reference in New Issue
Block a user