biner88 / mysql_utils

Flutter mysql_client plugin helper, Use mysql_client easily.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Why dependency on Flutter is needed? #1

Closed AlexanderArendar closed 3 years ago

AlexanderArendar commented 3 years ago

This package could be a pure Dart package and then it could be used in both Dart/Flutter projects. Now there is a dependency on Flutter and one can't use it in pure Dart projects. Why is that?

biner88 commented 3 years ago

This package comes with a package for mysql1. If there is a dependency on Flutter, then mysql1 depends on it.