look at the changes 😏

This commit is contained in:
Kima
2023-08-23 00:04:33 +02:00
parent 9d9f99a955
commit e183c17c9f
13 changed files with 262 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
import 'package:flutter/foundation.dart';
class ProfileController extends ChangeNotifier {
//todo: profile controller (pw change, etc)
}