Kab Agouda

Results 6 comments of Kab Agouda

You should know that you added the SDK wrong. You know, do it manually. Go to the folder where the dart SDK (2.12) is located and delete it . And...

> I have got this running now, > I had to place the enviroment variable of the SDK above the flutter one Nice

To solve this problem, **debug your aqueduct code in your editor** You can simply do that by **running the main function (bin/main.dart)** or using this command line _dart bin/main.dart_ and...

@krimpenrik Return to the stable version of dart, especially version 2.10.4. Do not use the beta version especially the version 2.12 because it contains null safety . **Solution 👍 :...

@kholdunn nice

@meshariAlharbi105 I think you should use dart code for that . Are you try to use Random( ) class ?