anonimeact
Results
2
comments of
anonimeact
When will the next update on this resolution be published? @syedmurtaza108
@omerumur14 you can add dependency_overrides like this to fetch updated code from master, ``` dependency_overrides: chucker_flutter: git: url: https://github.com/syedmurtaza108/chucker-flutter.git ref: master ``` or in dependencies directly ``` dependencies: chucker_flutter: git:...