mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 14:12:41 -06:00
FEATURE add mock server and main_dev.dart for developement
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package io.flutter.plugins;
|
||||
|
||||
import io.flutter.plugin.common.PluginRegistry;
|
||||
|
||||
/**
|
||||
* Generated file. Do not edit.
|
||||
*/
|
||||
public final class GeneratedPluginRegistrant {
|
||||
public static void registerWith(PluginRegistry registry) {
|
||||
if (alreadyRegisteredWith(registry)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean alreadyRegisteredWith(PluginRegistry registry) {
|
||||
final String key = GeneratedPluginRegistrant.class.getCanonicalName();
|
||||
if (registry.hasPlugin(key)) {
|
||||
return true;
|
||||
}
|
||||
registry.registrarFor(key);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
2
packages/mock_server/android/local.properties
Normal file
2
packages/mock_server/android/local.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
sdk.dir=/Users/Konrad.Lys/Library/Android/sdk
|
||||
flutter.sdk=/opt/homebrew/Caskroom/flutter/3.10.0/flutter
|
||||
Reference in New Issue
Block a user