VB10 / vexana

Vexana is network manager project with dio.
https://pub.dev/packages/vexana
MIT License
147 stars 42 forks source link

INetworkModel const constructor #91

Closed MehmetKaranlik closed 2 months ago

MehmetKaranlik commented 10 months ago

There is nothing preventing INetworkModel abstract class to have const constructor but its not implemented. So any child class extends can't have const constructor. I suggest we add const constructor to INetworkModel. @VB10

VB10 commented 9 months ago

thanks your feedback i've added for this. You can able to use with new version

VB10 commented 9 months ago
image
VB10 commented 2 months ago

completed