From d31c076bb8fa18053b312ab3d327a00960a32505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Sun, 14 Jul 2024 23:11:15 +0200 Subject: [PATCH 1/2] Allow rotating phone --- lib/main.dart | 5 ----- 1 file changed, 5 deletions(-) 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), From c0c549c22a075d8b9bb4ee1bb44955601c9b3852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Sun, 14 Jul 2024 23:13:01 +0200 Subject: [PATCH 2/2] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)