update
This commit is contained in:
parent
b2aeb642cc
commit
b6b7ab6e84
8 changed files with 155 additions and 61 deletions
|
|
@ -41,7 +41,7 @@ class IndexPage extends StatelessWidget {
|
|||
width: 256, cacheWidth: (256 * MediaQuery.of(context).devicePixelRatio).round()),
|
||||
),
|
||||
const Gap(16),
|
||||
TextButton(onPressed: () => {context.push('/login')}, child: Text('data'))
|
||||
TextButton(onPressed: () => {context.push('/login')}, child: const Text('Login'))
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue