-
Notifications
You must be signed in to change notification settings - Fork 857
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
Can't build android windows only #1670
Comments
i'm also face same issue .. |
Can you try 9.2.5? It doesn't contain any fix for the issue, but the new version of the super clipboard has more error messages and we neer it to debug the bug |
thanks a lot for your quick reply ellet0! ...run -v results in a huge list that's too long for the terminal window - so I can only copy and paste the last part (sorry for my ignorance - definitely let me know how to export a proper log if you like). See attached text file -hope this helps :) |
You are welcome, can you retry with the latest version? |
No way - 9.2.6 solved it for me! (well, not all of my issues of course 🤪). But I think every error related to above issue is gone. I even have audio playing once again... Very big HUG ellet0! 🤗 Thank you! |
You are welcome, I'm not the one who fixed it It all thanks to the owner of super clipboard plugin |
Thank you anyways ellet0! :) ...and another hug to super clipboard plugin owner :D |
SEVERE: ================================================================================ use flutter_quill: ^9.2.6 - super_clipboard: ^0.8.4 |
The issue is now fixed, if you still facing it please let me know |
SEVERE: ================================================================================ |
Did you tried to uninstall rust? the plugin will install pre compiled one with required tools, otherwise you have to install them manually in vs studio |
Thanks @ellet0 |
You are welcome, I'm glad it fixed |
@ellet0 how use FlutterQuillEmbeds.defaultEditorBuilders(), and active buttons toolbar in last version |
There are two builders, one for the web and another for other platforms. The default has some logic that runs depending on the platform. It's more limited and less used Please take a look at the README of flutter quill extensions instead If you have more questions, please ask them in the discussions so we can focus better at the subject |
I had the same issue. In my case running |
Is there an existing issue for this?
Flutter Quill version
9.2.2
Steps to reproduce
when run app build error in windows error but mac is working
Expected results
Compiling bin/build_tool_runner.dart to kernel file bin/build_tool_runner.dill.
Error: Couldn't resolve the package 'build_tool' in 'package:build_tool/build_tool.dart'.
bin/build_tool_runner.dart:1:8: Error: Not found: 'package:build_tool/build_tool.dart'
import 'package:build_tool/build_tool.dart' as build_tool;
^
bin/build_tool_runner.dart:3:15: Error: Method not found: 'runMain'.
build_tool.runMain(args);
^^^^^^^
Could not find a command named "bin\build_tool_runner.dill".
Actual results
info Show diagnostic information about the installed tooling.
pub Work with packages.
run Run a Dart program.
test Run tests for a project.
Run "dart help " for more information about a command.
See https://dart.dev/tools/dart-tool for detailed documentation.
2
The system cannot find the path specified.
The system cannot find the file specified.
The system cannot find the file specified.
Cannot operate on packages inside the cache.
Code sample
Not need when add package in new project and app not run correctly
Screenshots or Video
Logs
No response
The text was updated successfully, but these errors were encountered: