cleanup, 'recurring' now is submitted too

also getting ready to add categories
This commit is contained in:
Felix 2019-07-16 12:54:55 +01:00
parent 3ff1f7053d
commit 4ec386019d
No known key found for this signature in database
GPG key ID: 130EF6DC43E4DD07
9 changed files with 109 additions and 275 deletions

View file

@ -6,9 +6,6 @@ import 'package:http/http.dart' as http;
import 'package:local_spend/common/functions/save_current_login.dart';
import 'package:local_spend/common/functions/show_dialog_single_button.dart';
import 'package:local_spend/model/json/login_model.dart';
import 'package:local_spend/config.dart';
// debug
import 'package:flutter/foundation.dart';
Future<LoginModel> requestLoginAPI(
BuildContext context, String email, String password) async {

View file

@ -6,9 +6,6 @@ import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
import 'package:local_spend/common/functions/show_dialog_single_button.dart';
import 'package:local_spend/model/json/login_model.dart';
import 'package:local_spend/config.dart';
// debug
import 'package:flutter/foundation.dart';
class Receipt {
var amount = "";