Calcitem
1fb4e4f790
depth: Fix timeout when 12 men and no banned and no diagonal lines (WAR)
2021-04-07 23:47:19 +08:00
Calcitem
2b0d29606d
flutter: game_page.dart: Quit engineToGo() if not mounted
...
Maybe can fix:
Exception has occurred.
FlutterError (This widget has been unmounted, so the State no longer has a context (and should be considered defunct).
Consider canceling any active work during "dispose" or using the "mounted" getter to determine if the State is still active.)
2021-04-07 23:37:19 +08:00
Calcitem
380af44ddb
flutter: catcher: Changed package_info to package_info_plus to support all platforms
2021-04-06 00:39:21 +08:00
Calcitem
917f5d182e
flutter: Move gamePageTopMargin to AppTheme
2021-04-06 00:22:52 +08:00
Calcitem
d8ef72fe39
flutter: Refactor rule_settings_page.dart
2021-04-06 00:16:08 +08:00
Calcitem
e8e736e4a9
flutter: android: Replace splash from burly_wood to aths_special and add icon
...
And add normal_background.xml
2021-04-05 23:56:24 +08:00
Calcitem
8b808f42da
.gitignore: Ignore sanmill
2021-04-05 12:31:43 +08:00
Calcitem
b2e482c70d
flutter: Fix customized theme not show before tapping on board
2021-04-05 12:18:40 +08:00
Calcitem
8c398a0700
flutter: Fix playing crash if settings is not loaded done when setOptions
2021-04-05 12:18:27 +08:00
Calcitem
38ef069d5e
flutter: Rename loadProfile to loadSettings
...
And print info when loading settings.
2021-04-05 01:12:02 +08:00
Calcitem
c70fb83132
flutter: board_painter: Fix draw overwrite only half of line
2021-04-05 00:40:21 +08:00
Calcitem
c900256aa5
flutter: board: drawRect instead of drawLine
2021-04-05 00:32:28 +08:00
Calcitem
93b243488b
flutter: Remove tailing space of pubspec.yaml
2021-04-04 23:46:16 +08:00
Calcitem
107eeeb019
flutter: widgets: Add copyright to two file's header
2021-04-04 23:40:36 +08:00
Calcitem
a506ecb0fa
flutter: Refactor navigation_home_screen.dart
2021-04-04 23:25:34 +08:00
Calcitem
c680f9899f
flutter: drawer: Remove arrow icon top and left padding
2021-04-04 23:18:38 +08:00
Calcitem
1e793a6719
flutter: Refactor drawer_user_controller.dart
2021-04-04 22:12:30 +08:00
Calcitem
87eaa98080
flutter: Refactor home_drawer.dart
2021-04-04 21:51:52 +08:00
Calcitem
e8a62bfbc6
flutter: app_theme.dart: Remove some styles
2021-04-04 18:19:34 +08:00
Calcitem
46ddc5aecd
flutter: UIColor: Add cottonCandy/turkishRose/stormGrey/LavenderBlush
2021-04-04 03:16:11 +08:00
Calcitem
a286447752
flutter: drawer: Change highlight item color from blue to green
2021-04-04 02:58:37 +08:00
Calcitem
dc41860063
flutter: Refactor color
2021-04-04 02:11:42 +08:00
Calcitem
f82b18d975
flutter: Remove appBar backgroundColor and use MaterialApp primarySwatch instead
2021-04-03 21:29:42 +08:00
Calcitem
49a7e1df8f
flutter: android: Replace splash screen color to burly_wood
2021-04-03 21:08:49 +08:00
Calcitem
a0884c80ca
flutter: Add personalization settings page
2021-04-03 13:04:04 +08:00
Calcitem
35d79c541c
flutter: Refactor
2021-04-03 11:43:02 +08:00
Calcitem
a739ada7b4
flutter: Upgrade uuid to 3.0.3
2021-04-02 01:46:02 +08:00
Calcitem
232b85f290
flutter: Refactor some pages
2021-04-02 01:40:08 +08:00
Calcitem
718c2e7be0
flutter: Fix https://github.com/fluttercommunity/plus_plugins/issues/184 : Null values on Android
2021-03-30 01:38:21 +08:00
Calcitem
f2e8e56e80
flutter: Refactor
2021-03-30 01:25:08 +08:00
Calcitem
9f1bdeb71a
flutter: game_settings_page.dart: Add showColorDialog()
2021-03-29 23:44:17 +08:00
Calcitem
dd08716eab
flutter: about_page.dart: Clean code
2021-03-29 22:43:42 +08:00
Calcitem
e37d3fcb88
flutter: Rename widgets to children
2021-03-29 22:43:30 +08:00
Calcitem
6a8644133c
Revert "flutter: Remove unused functions"
...
Restore
didPush
didPopNext
didPushNext
didPop
didChangeDependencies
buildManualPanel
to fix setoption not called.
This commit reverts 5884fa4c5f
2021-03-29 02:16:45 +08:00
Calcitem
b4974d8e20
flutter: Refactor about_page.dart
2021-03-29 00:46:18 +08:00
Calcitem
329b4792d1
flutter: Add some commas
2021-03-29 00:25:20 +08:00
Calcitem
ca10ce20d9
flutter: settings_page: Extract children
2021-03-29 00:11:26 +08:00
Calcitem
ea4a7c5678
flutter: Clean game_settings_page.dart
2021-03-29 00:02:00 +08:00
Calcitem
b7416555a1
flutter: Add class SettingsCard
2021-03-28 23:58:51 +08:00
Calcitem
abcb013748
flutter: Clear null param in settings_list_tile.dart and settings_switch_list_tile.dart
2021-03-28 23:20:39 +08:00
Calcitem
1589f6e89d
flutter: Add class SettingsListTile
2021-03-28 22:52:49 +08:00
Calcitem
fd8d9fe861
flutter: Add class SettingsSwitchListTile
2021-03-28 13:24:17 +08:00
Calcitem
a442c5fe1d
flutter: theme: Add settingsHeaderStyle and switchListTileTitleStyle
2021-03-28 12:18:05 +08:00
Calcitem
c565c214d0
flutter: theme: Add AppTheme.switchListTileActiveColor
2021-03-28 12:07:34 +08:00
Calcitem
7bdcd2bf85
flutter: theme: Add AppTheme.sizedBox
2021-03-28 12:02:28 +08:00
Calcitem
6f5f0da57e
flutter: theme: Add cardColor and cardMargin
2021-03-28 11:49:42 +08:00
Calcitem
09baa8fa18
flutter: Add list_item_divider.dart
2021-03-28 11:33:06 +08:00
Calcitem
33abfab7a5
flutter: Refactor about_page.dart
...
Add license_page.dart
2021-03-28 11:09:43 +08:00
Calcitem
b9a0c6c5ca
flutter: about_page.dart: Remove unused trailing
2021-03-28 10:51:26 +08:00
Calcitem
5884fa4c5f
flutter: Remove unused functions
...
didPush
didPopNext
didPushNext
didPop
didChangeDependencies
buildManualPanel
2021-03-28 10:46:59 +08:00