Skip to content

Commit

Permalink
Merge pull request #9 from andreped:more-tabular-data
Browse files Browse the repository at this point in the history
Allow rotating phone and view
  • Loading branch information
andreped authored Jul 14, 2024
2 parents 3647dcc + c0c549c commit da8552f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1 align="center">IronFlow</h1>
<h3 align="center">Strength training and fitness app for mobile devices</h3>
<h3 align="center">Strength training and fitness app for mobile devices.</h3>

[![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)
Expand Down
5 changes: 0 additions & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit da8552f

Please sign in to comment.