-
Notifications
You must be signed in to change notification settings - Fork 278
Problems with aqueduct commands after flutter upgrade #945
Comments
@cmalbuquerque same here. I am also not able to run aqueduct db generate |
I found a solution to
I am using Postgres database and I also had to add dependency overrides in
As I mentioned above, this is a temporary solution and I think this problem must be solved with other better solution. |
@cmalbuquerque Thanks.. let me try this solution |
you need to install Dart for your machine, not use dart flutter, flutter executes his own dart version |
I had same problem and I found the solution at is on
|
@cmalbuquerque Hello! I switched to the flutter stable channel, tried to run aqueduct db generate, but got the following error: Any suggestion? |
Hi @SzAttila97! Try to run |
Hey! @cmalbuquerque ! After that, I got kinda the same error, but with different version in the error message. 😥 |
@SzAttila97 try to run |
@cmalbuquerque |
@SzAttila97 I have no idea how to solve your problem. Check this issue on flutter's repository that mentioned the same error. |
@cmalbuquerque |
I cannot use the following aqueduct commands after upgrade flutter to v1.25.0-8.3 with Dart version 2.12.0 on beta channel:
To launch aqueduct server I have been using
dart bin/main.dart
command to run my specifications defined on main.dart file and it works. But I can't find any way of generate a new database withoutaqueduct db generate
command.The text was updated successfully, but these errors were encountered: