mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 04:07:51 -06:00
feat: Add remote_version endpoint to mock server, resolve versions, update search
This commit is contained in:
@@ -78,11 +78,12 @@ void main() async {
|
||||
// URL: http://localhost:3131
|
||||
// Login: admin:test
|
||||
await LocalMockApiServer(
|
||||
RandomDelayGenerator(
|
||||
const Duration(milliseconds: 100),
|
||||
const Duration(milliseconds: 800),
|
||||
),
|
||||
).start();
|
||||
// RandomDelayGenerator(
|
||||
// const Duration(milliseconds: 100),
|
||||
// const Duration(milliseconds: 800),
|
||||
// ),
|
||||
)
|
||||
.start();
|
||||
}
|
||||
await _initHive();
|
||||
final widgetsBinding = WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
Reference in New Issue
Block a user