mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-23 14:28:03 +01:00
9f9cc52cf5
* Add logging package * Refresh linux files * Android flavor setup * Setup ios flavors * Setup release CI * Refactor CI * Remove debug prints * Create prod signingConfig only if exists * Store recent logs * Remove flavoring on desktop * Fix android signing * Fix release paths (except windows) * Quote secret var * debug * Fix env vars * Add log console * Add logs section in bug issue template * Add time to logs * Add changelog entry * Rename log console * Remove key * Change way of routing * Add title
7 lines
119 B
Dart
7 lines
119 B
Dart
import 'app_config.dart';
|
|
import 'main_common.dart';
|
|
|
|
void main() {
|
|
mainCommon(const AppConfig(debugMode: false));
|
|
}
|