Skip to content

Commit

Permalink
Merge pull request #36 from KizKizz/backend-rework
Browse files Browse the repository at this point in the history
win11 22H2 fix
  • Loading branch information
KizKizz committed Oct 5, 2022
2 parents e144114 + e982019 commit 990ff87
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 48 deletions.
5 changes: 2 additions & 3 deletions app_version_check/app_version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "PSO2NGS Mod Manager",
"version": "1.4.8",
"version": "1.4.9",
"description": [
"Fixes some bugs within the new items adding function",
"Cleaned up some codes"
"Minor fix for the app not running after upgrading Windows 11 to 22H2 version"
],
"windows_file": "",
"linux_file": ""
Expand Down
2 changes: 1 addition & 1 deletion lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
border: Border.all(color: Theme.of(context).hintColor),
color: _dragging ? Colors.blue.withOpacity(0.4) : Colors.black26,
),
height: 150,
height: 205,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import FlutterMacOS
import Foundation

import bitsdojo_window_macos
import dart_vlc
import desktop_drop
import package_info_plus_macos
import path_provider_macos
Expand All @@ -17,7 +16,6 @@ import window_manager

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
BitsdojoWindowPlugin.register(with: registry.registrar(forPlugin: "BitsdojoWindowPlugin"))
DartVlcPlugin.register(with: registry.registrar(forPlugin: "DartVlcPlugin"))
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
Expand Down
71 changes: 32 additions & 39 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
audio_video_progress_bar:
dependency: transitive
description:
Expand Down Expand Up @@ -70,21 +70,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
collection:
dependency: transitive
description:
Expand All @@ -98,7 +91,7 @@ packages:
name: cross_file
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3+1"
version: "0.3.3+2"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -112,7 +105,7 @@ packages:
name: dart_vlc
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.3.0"
dart_vlc_ffi:
dependency: transitive
description:
Expand All @@ -133,14 +126,14 @@ packages:
name: dropdown_button2
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.2"
version: "1.8.2"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
ffi:
dependency: transitive
description:
Expand All @@ -154,7 +147,7 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.4"
file_picker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -187,7 +180,7 @@ packages:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.7"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -204,14 +197,14 @@ packages:
name: font_awesome_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "10.1.0"
version: "10.2.1"
http:
dependency: "direct main"
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4"
version: "0.13.5"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -246,21 +239,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
multi_split_view:
dependency: "direct main"
description:
Expand Down Expand Up @@ -323,7 +316,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
path_provider:
dependency: "direct main"
description:
Expand All @@ -337,14 +330,14 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.15"
version: "2.0.20"
path_provider_ios:
dependency: transitive
description:
name: path_provider_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
version: "2.0.11"
path_provider_linux:
dependency: transitive
description:
Expand All @@ -365,7 +358,7 @@ packages:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
path_provider_windows:
dependency: transitive
description:
Expand All @@ -386,7 +379,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
process:
dependency: transitive
description:
Expand All @@ -407,7 +400,7 @@ packages:
name: screen_retriever
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.1.3"
shared_preferences:
dependency: "direct main"
description:
Expand All @@ -421,7 +414,7 @@ packages:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.12"
version: "2.0.13"
shared_preferences_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -449,7 +442,7 @@ packages:
name: shared_preferences_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0"
shared_preferences_web:
dependency: transitive
description:
Expand All @@ -475,7 +468,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
Expand All @@ -496,21 +489,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
typed_data:
dependency: transitive
description:
Expand All @@ -524,14 +517,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.4"
version: "6.1.6"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.17"
version: "6.0.19"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -559,14 +552,14 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.12"
version: "2.0.13"
url_launcher_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -594,14 +587,14 @@ packages:
name: window_manager
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
version: "0.2.7"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+1"
version: "0.2.0+2"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dependencies:
sdk: flutter
shared_preferences: ^2.0.15
file_picker: ^4.5.1
#file_picker: ^5.2.0+1
bitsdojo_window: ^0.1.2
#bitsdojo_window: ^0.1.5
multi_split_view: ^2.0.1
carousel_slider: ^4.1.1
provider: ^6.0.3
Expand All @@ -41,7 +43,7 @@ dependencies:
url_launcher: ^6.1.2
intl: ^0.17.0
window_manager: ^0.2.5
dart_vlc: ^0.2.1
dart_vlc: ^0.3.0
font_awesome_flutter: ^10.1.0
package_info_plus: ^1.4.2
http: ^0.13.4
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,4,8
#define VERSION_AS_NUMBER 1,4,9
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.4.8"
#define VERSION_AS_STRING "1.4.9"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 990ff87

Please sign in to comment.