File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ A Flutter app for mobile.
44
55## Usage
66
7+ ### Chrome (portrait mode)
8+
791 . Long press ` Chrome ` icon on your phone desktop and click ` App info ` . In ` Permissions > Settings ` , enable ` Home screen shortcuts ` .
8101 . Open < https://ex-studio.github.io/OfflineMahjongIndicator/#/ > in ` Chrome ` .
9111 . Open menu button from the top right corner and click ` Install app ` .
10121 . Wait a moment and you can open the app from your desktop.
1113
14+ ### Mobile Phone App
15+
16+
17+
1218## Development
1319
1420```
Original file line number Diff line number Diff line change 11// [Widgets]
22import 'package:flutter/material.dart' ;
33import 'package:flutter/cupertino.dart' ;
4- import 'package:offlinemahjongindicator/App/More/ help_button.dart' ;
5- import 'package:offlinemahjongindicator/App/More/ info_button.dart' ;
4+ import 'package:offlinemahjongindicator/App/help_button.dart' ;
5+ import 'package:offlinemahjongindicator/App/info_button.dart' ;
66import 'package:offlinemahjongindicator/Widgets/my.dart' ;
77// [Views]
88// [Data]
@@ -11,7 +11,6 @@ import 'package:offlinemahjongindicator/Models/my.dart';
1111import 'package:offlinemahjongindicator/Constants/my.dart' ;
1212// [Auxiliary]
1313import 'package:offlinemahjongindicator/Extensions/my.dart' ;
14-
1514// ----------------
1615
1716class ContextView extends StatelessWidget {
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments