flutter-piggy-treeview icon indicating copy to clipboard operation
flutter-piggy-treeview copied to clipboard

Has this been published to the Dart Pub area?

Open sjmcdowall opened this issue 7 years ago • 5 comments

If not, how does one exactly include this into their project!?

Cheers!

sjmcdowall avatar Oct 09 '18 17:10 sjmcdowall

Import source code. View the sample code.

AndrewTran2018 avatar Oct 09 '18 17:10 AndrewTran2018

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!

sjmcdowall avatar Oct 09 '18 18:10 sjmcdowall

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

zainsmj avatar Dec 28 '18 06:12 zainsmj

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

AndrewTran2018 avatar Dec 28 '18 12:12 AndrewTran2018

@zainsmj @sjmcdowall : I fix issues you raised. Thanks

AndrewTran2018 avatar Jan 04 '19 05:01 AndrewTran2018