Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support linux #7

Closed
kindlychung opened this issue Dec 9, 2020 · 4 comments
Closed

Support linux #7

kindlychung opened this issue Dec 9, 2020 · 4 comments

Comments

@kindlychung
Copy link

Would be nice to have this work on linux!

@bitsdojo
Copy link
Owner

bitsdojo commented Dec 10, 2020

I will investigate this after finishing working on macOS support. I would also love to have this work on all 3 platforms!

@EriKWDev
Copy link

I got a crash on Linux when I tried it. Here is the error message:

[ERROR:flutter/lib/ui/ui_dart_state.cc(184)] Unhandled Exception: Invalid argument(s): Failed to lookup symbol (/media/erikwg/Storage/Documents/Coding/GitHub/pandoceditor_flutter/build/linux/debug/bundle/[project_name]: undefined symbol: bitsdojo_window_setAppState)
#0      DynamicLibrary.lookup (dart:ffi-patch/ffi_dynamic_library_patch.dart:31:29)
#1      _setAppState (package:bitsdojo_window/src/native_api.dart)
package:bitsdojo_window/src/native_api.dart:1
#2      _setAppState (package:bitsdojo_window/src/native_api.dart)
package:bitsdojo_window/src/native_api.dart:1
#3      setAppState
package:bitsdojo_window/src/native_api.dart:36
#4      doWhenWindowReady.<anonymous closure>
package:bitsdojo_window/src/app_window.dart:9
#5      _rootRunUnary (dart:async/zone.dart:1194:47)
#6      _CustomZone.runUnary (dart:async/zone.dart:1097:19)
#7      _FutureListener.handleValue (dart:async/future_impl.dart:150:18)
#8      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:708:45)
#9      Future._propagateToListeners (dart:async/future_impl.dart:737:32)
#10     Future._completeWithValue (dart:async/future_impl.dart:541:5)

@bitsdojo
Copy link
Owner

bitsdojo commented Mar 9, 2021

The sample app now runs on Linux but still needs some work to be on-par with Windows and macOS implementations.

@bitsdojo
Copy link
Owner

bitsdojo commented Jun 9, 2021

Linux support is now added in 0.1.1

More details here: #43 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants