diff --git a/README.md b/README.md
index c7db2b5..08b90d1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
IronFlow
-Strength training and fitness app for mobile devices
+Strength training and fitness app for mobile devices.
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![GitHub Downloads](https://img.shields.io/github/downloads/andreped/IronFlow/total?label=GitHub%20downloads&logo=github)](https://github.com/andreped/IronFlow/releases)
diff --git a/lib/main.dart b/lib/main.dart
index 655a9d3..6ac614d 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -12,11 +12,6 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
- // force portrait mode
- SystemChrome.setPreferredOrientations([
- DeviceOrientation.portraitUp,
- DeviceOrientation.portraitDown,
- ]);
return MaterialApp(
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepOrangeAccent),