jnguillerme / mqtt.dart

dart mqtt client
BSD 2-Clause "Simplified" License
51 stars 16 forks source link

library won't work on dart 1.7.2 #1

Closed mehlis closed 9 years ago

mehlis commented 10 years ago
The built-in library 'dart:utf' is not available on the stand-alone VM.
'package:mqtt/mqtt_shared.dart': error: line 4 pos 1: library handler failed
import 'dart:utf';
^
jnguillerme commented 10 years ago

Thanks for pointing that out. The version on github is fixed. Once I've completed testing I will update the lib on pub.dartlang.org

jnguillerme commented 10 years ago

Updated package uploaded.