1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00

refactor: get rid of unused imports, update deps

This commit is contained in:
Denys Vitali 2024-03-26 22:15:06 +01:00
parent b46491daf8
commit fb5b2de493
No known key found for this signature in database
GPG Key ID: 5227C664145098BC
3 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:vikunja_app/pages/landing_page.dart';
import 'package:vikunja_app/global.dart';
import 'package:vikunja_app/pages/project/overview.dart';
import 'package:vikunja_app/pages/settings.dart';

View File

@ -31,8 +31,6 @@ class _LoginPageState extends State<LoginPage> {
final _usernameController = TextEditingController();
final _passwordController = TextEditingController();
final _serverSuggestionController = SuggestionsController();
@override
void initState() {
super.initState();

View File

@ -40,6 +40,7 @@ dependencies:
collection: ^1.18.0
cupertino_http: ^1.4.0
cronet_http: ^1.2.0
package_info_plus: any
dev_dependencies:
flutter_test:
sdk: flutter