add signin function

This commit is contained in:
Sai Naw Wun
2020-08-30 21:26:37 +06:30
parent 76155a10e8
commit 10338bbfe9
176 changed files with 664 additions and 756 deletions

View File

@@ -1,4 +1,4 @@
import 'package:fcs/theme/theme.dart';
import 'package:fcs/fcs/common/theme.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:fcs/model/language_model.dart';
@@ -53,9 +53,10 @@ class _InstructionPageState extends State<InstructionPage> {
),
body: Container(
padding: EdgeInsets.only(left: 5, right: 5, top: 5),
child: Card(elevation: 0,
child: Card(
elevation: 0,
child: Expanded(
child: FittedBox(
child: FittedBox(
child: Image.asset(widget.image), fit: BoxFit.contain),
)),
),