mirror of
https://github.com/johrpan/memor.git
synced 2025-10-28 11:17:26 +01:00
Initial commit
This commit is contained in:
commit
4be8aa8ff5
47 changed files with 1577 additions and 0 deletions
12
lib/main.dart
Normal file
12
lib/main.dart
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import 'package:flutter/widgets.dart';
|
||||
|
||||
import 'backend.dart';
|
||||
import 'app.dart';
|
||||
|
||||
void main() {
|
||||
runApp(
|
||||
MemorBackend(
|
||||
child: MemorApp(),
|
||||
),
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue