fix avatar loading
This commit is contained in:
parent
111a875529
commit
89dd28fec6
6 changed files with 36 additions and 16 deletions
10
lib/pages/settings_page.dart
Normal file
10
lib/pages/settings_page.dart
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import "package:flutter/material.dart";
|
||||
|
||||
class SettingsPage extends StatelessWidget {
|
||||
const SettingsPage({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(appBar: AppBar(title: Text("Settings")));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue