dart_ping
dart_ping copied to clipboard
dart_ping_ios should become dart_ping_flutter
If I understand correctly dart_ping_ios is the same package as dart_ping but includes flutter parts so that it can interact with flutter system calls like the package for ios.
But what if for example we want to add support for new features that need special android implementation as well as spacial ios implementation as well as Linux Windows Web...
Building a new package for each one will be a lot of projects to maintain.
We can do one project for flutter dart_ping_flutter and call the correct implementation by platform.
My suggestion is to change the project dart_ping_ios to dart_ping_flutter because it is already based on flutter.