Skip to content

Commit

Permalink
TextEditingController for oxygenform
Browse files Browse the repository at this point in the history
  • Loading branch information
niloysikdar committed May 1, 2021
1 parent 00a63c7 commit 01b735c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:plaso_connect/screens/addoxygen.dart';

Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
// await Firebase.initializeApp();
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
]).then((val) {
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/addoxygen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class _AddOxygenDetailsState extends State<AddOxygenDetails> {
children: [
formBanner(
size: size,
svgPath: "assets/images/login.svg",
svgPath: "assets/images/medicine.svg",
),
],
),
Expand Down

0 comments on commit 01b735c

Please sign in to comment.