Sunbreak

Results 198 comments of Sunbreak

> I'm sorry, I'm not able to reproduce this but I also don't have Windows available. I can clone and build the repo just fine on Linux. Hopefully someone else...

A PoC of notification plugin on Android/iOS/Windows/Linux/macOS: https://github.com/woodemi/quick_notify

> At the moment I'm planning on using `libnotify` and C++. But there is an option to use [DBus](https://pub.dev/packages/dbus) package, as is done in this project: https://github.com/canonical/desktop_notifications.dart. This will allow...

@proninyaroslav you could take advantage of `desktop_notifications` to implement `flutter_local_notifications`

> I would appreciate it if anyone can offer some guidance. Commented at https://github.com/MaikuB/flutter_local_notifications/issues/746#issuecomment-862322428

> I set `VS_PROJECT_IMPORT` as well and I am still having issue. @kennethnym We'd better discuss in another thread: [How to setup `WinRT/C++` for Flutter plugin on Windows](https://github.com/woodemi/quick_notify/discussions/8)

> @kennethnym Thank you! I'm looking forward to your PR. https://github.com/woodemi/quick_notify could be a workaround

@kennethnym https://github.com/MaikuB/flutter_local_notifications/issues/746#issuecomment-890505993 > ```cmake > set_target_properties(${PLUGIN_NAME} PROPERTIES > CXX_VISIBILITY_PRESET hidden > VS_GLOBAL_TargetFramework "net5.0-windows10.0.17763.0" > VS_GLOBAL_CppWinRTPath "${NUGET_PACKAGES_PATH}\\Microsoft.Windows.CppWinRT\\bin\\" > ) > ``` Not sure what is your blocking issue. But `net5.0` is...

> @seupedro There is now a project for this on Transifex, which will help with translations. https://www.transifex.com/danieleprocida/diataxis/ @evildmp Just requested language for Chinese(zh_CN). Could you help to review?

Could you post full log of `Failed to find class J/N`? It seems to be related to ProGuard config. You'd better try keep some classes from CroNet, e.g. `ContextUtils` https://github.com/Sunbreak/cronet_flutter/blob/fce965e7aa749dc6e2a06fc4e6db3f0fd8ce8b83/android/src/main/kotlin/com/example/cronet_flutter/CronetFlutterPlugin.kt#L23