Christian Chikwado Onwe

Results 16 comments of Christian Chikwado Onwe

Am currently experiencing this issue and noticed that `injectable` ultilizes individual class imports while i use collective imports exported from a separate class in my implementations. example: I use collective...

@francoisnza this is a resulting breaking change in dart 2.8 which is yet to be fixed in aqueduct. I had to uninstall dart 2.8 and re-install dart 2.7.2 from [dart...

Finally resolved this by following the solution suggested here https://github.com/stablekernel/aqueduct/issues/810#issuecomment-628676933

> To anyone hosting on heroku: > When following the tutorial here [https://aqueduct.io/docs/deploy/deploy_heroku/](url) > make sure to replace > > `heroku config:set DART_SDK_URL=https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip` > > with the explicit version >...

Sorry for the late reply and yes @khalifa007 i was able to deploy to heroku following the aqueduct [documentation](https://aqueduct.io/docs/deploy/deploy_heroku/) but encountered an issue which was resolved by @timosettels comment here....

@Sub6Resources any pointers regarding this?

@Sub6Resources Yes but dynamically using the specified image url in each `li`.

Thanks for a quick response @stevenosse. I noticed what you're implying and just to mention, this works as expected with flutter 3.3.10 (case insensitive matching between placeholders and meta-info). This...

@darshankawar Thanks for your response but unfortunately this does not refer to my case here as this tends to be a bug not replicable in the previous version of flutter...

@thkim1011 any progress on this issue? As this is currently a blocker to migrate to `flutter 3.7.x`.