fix: Typo
This commit is contained in:
parent
981d57262a
commit
b38b0e4e3b
@ -5,7 +5,7 @@ FluffyChat tries to be as minimal as possible even in the code style. We try to
|
|||||||
### Directory Structure
|
### Directory Structure
|
||||||
|
|
||||||
- `/lib/config/` Constants, styles and other configurations
|
- `/lib/config/` Constants, styles and other configurations
|
||||||
- `/lib/controller/` Controller classes regarding the MVC separation
|
- `/lib/controllers/` Controller classes regarding the MVC separation
|
||||||
- `/lib/l10n/` Localization files wi
|
- `/lib/l10n/` Localization files wi
|
||||||
- `/lib/utils/` Helper functions and extensions
|
- `/lib/utils/` Helper functions and extensions
|
||||||
- `/lib/views/` View classes and widgets
|
- `/lib/views/` View classes and widgets
|
||||||
@ -65,7 +65,7 @@ class EnterNameView extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text('Enter your name'),
|
title: Text('Your name: ${controller.name}'),
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: TextField(
|
child: TextField(
|
||||||
|
Loading…
Reference in New Issue
Block a user