zim32 / mysql.dart

MySQL client for Dart written in Dart
BSD 3-Clause "New" or "Revised" License
67 stars 18 forks source link

Error in doco #21

Closed bsutton closed 2 years ago

bsutton commented 2 years ago

The readme documents how to use the logging version of the package via a get ref.

The example however doesn't work with dart 2.17 as the following format is required:

 mysql_client: 
    git: 
      url: https://github.com/zim32/mysql.dart.git
      ref: logging
zim32 commented 2 years ago

Fixed. Will go into pub.dev next release