Skip to content

Commit

Permalink
changed some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xMadKing committed Dec 19, 2023
1 parent 4122ef2 commit ede376f
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 250 deletions.
4 changes: 2 additions & 2 deletions assets/creditcard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ class MyApp extends StatelessWidget {

@override
Widget build(BuildContext context) {
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
DeviceOrientation.portraitDown,
]);
return MaterialApp(
home: BoardingPage(
client: client,
Expand Down
Loading

0 comments on commit ede376f

Please sign in to comment.