I am having an issue using the json_object package in my own project and notice the same error in the articla example code here. In json_client.dart the import statement fails:
import 'package:json_object/json_object.dart';
with
Target of URI does not exist: 'package:json_object/
json_object.dart'
Any ideas?
Thanks
Gene
(Dart SDK version 0.5.20.4_r24275)