Skip to content

Commit d567207

Browse files
Merge branch 'feat/about-screen' into dev
2 parents 340e57b + a6816d8 commit d567207

File tree

11 files changed

+601
-34
lines changed

11 files changed

+601
-34
lines changed

lib/core/widgets/ios_scaffold.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:flutter/cupertino.dart';
1+
// import 'package:flutter/cupertino.dart';
22
import 'package:flutter/material.dart';
33

44
class IosScaffold extends StatefulWidget {
@@ -30,9 +30,9 @@ class _IosScaffoldState extends State<IosScaffold> {
3030
appBar: AppBar(
3131
elevation: 1.0,
3232
// IOS Back button
33-
leading: CupertinoNavigationBarBackButton(
34-
onPressed: () => Navigator.pop(context),
35-
),
33+
// leading: CupertinoNavigationBarBackButton(
34+
// onPressed: () => Navigator.pop(context),
35+
// ),
3636

3737
// Title
3838
title: Text(

0 commit comments

Comments
 (0)