Compare commits
No commits in common. "d1633fd155daf0f215bf2fffcb0fe46bd3ff0bb0" and "adea1eeb02223b56ba4c5d3dfe0648d33171ecfa" have entirely different histories.
d1633fd155
...
adea1eeb02
@ -1,6 +1,6 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<application
|
<application
|
||||||
android:label="Expenses"
|
android:label="Recurring Expense Tracker"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<activity
|
<activity
|
||||||
|
@ -27,7 +27,7 @@ void main() {
|
|||||||
if (testing) {
|
if (testing) {
|
||||||
() async {
|
() async {
|
||||||
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
||||||
String path = join(documentsDirectory.path, 'ExpenseTracker.sqlite.db');
|
String path = join(documentsDirectory.path, 'com_hyperling_expense.db');
|
||||||
await deleteDatabase(path);
|
await deleteDatabase(path);
|
||||||
}();
|
}();
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user