flutter-piggy-treeview
flutter-piggy-treeview copied to clipboard
Has this been published to the Dart Pub area?
If not, how does one exactly include this into their project!?
Cheers!
Import source code. View the sample code.
I tried to fork your project to see how to run it -- and I am getting dependency errors:
Running "flutter packages get" in flutter-piggy-treeview... The current Dart SDK version is 2.1.0-dev.3.1.flutter-760a9690c2.
Because piggy depends on jaguar_serializer >=0.1.2 <2.2.0 which requires SDK version <2.0.0 or >=2.0.0-dev <2.0.0, version solving failed. pub get failed (1)
Any chance you can update this project to make it work with the latest Dart and Flutter??
Also -- I have it sort of compiling in my library .. but I am failing to resolve Util.getKey()
Key(Util.getKey()));
Where is Util.getKey() from? What package?! Cheers!
I am having the same issue.
[flutter-piggy-treeview-master] flutter packages get
Running "flutter packages get" in flutter-piggy-treeview-master...
The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.
Because piggy depends on jaguar_serializer >=0.1.2 <2.2.0 which requires SDK version <2.0.0 or >=2.0.0-dev <2.0.0, version solving failed.
pub get failed (1)
exit code 1
The source has not been published to Dart Pub yet. As for the version issue, please modify pubspec.yaml to use latest https://pub.dartlang.org/packages/jaguar_serializer
@zainsmj @sjmcdowall : I fix issues you raised. Thanks