You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
When working with projects that use sqlite3 from version 3.0.0, we get the error 'dart compile' does not support build hooks, use 'dart build' instead. after the build command is run.
On checking dart compile, there is a note to use dart build when any of the packages/dependencies uses build hooks.
Is there an existing issue for this?
CLI Version
0.0.16+3
Project ID
979ac611-c023-4bf5-8528-bac144de9900
Description
When working with projects that use sqlite3 from version 3.0.0, we get the error
'dart compile' does not support build hooks, use 'dart build' instead.after the build command is run.On checking dart compile, there is a note to use dart build when any of the packages/dependencies uses build hooks.
Screenshots
Additional context and comments
No response