flowerchecker / plant-id-examples

Example client's code for work with Plant.id identification API in various languages
MIT License
127 stars 44 forks source link

Sync identification in dart #13

Open MarcSabate99 opened 3 years ago

MarcSabate99 commented 3 years ago

To get dependencies run:

dart pub get

Krejdom commented 3 years ago

Hi @MarcSabate99, sorry it took so long. I am having a problem when running:

dart pub get

It says: Could not find a file named "pubspec.yaml" Can you help me please? I have never worked with rust before.

MarcSabate99 commented 3 years ago

Hi @MarcSabate99, sorry it took so long. I am having a problem when running:

dart pub get

It says: Could not find a file named "pubspec.yaml" Can you help me please? I have never worked with rust before.

Hi @Krejdom 😀, do you have the file in the same path where you are executing the command? For example: path/to/project -> here there are the files So the folder name in the changes is dart/ Execute: cd path/to/dart Then: dart pub get

The error response is beacouse the file pubspec.yaml not found but in branch it is 😀

anassdrs commented 3 years ago

Hi @MarcSabate99, sorry I have a problem with requesthandler.dart in URL, it gives me this problem : ****The argument type 'String' can't be assigned to the parameter type String url Type: String_****

augustorasmil commented 2 years ago

Is there any update on the plant identification in flutter/dart?