sagar-alias-jacky / AgroLab

Android app for plant disease identification using ML
18 stars 9 forks source link

Flutter Version #2

Open userIssa opened 7 months ago

userIssa commented 7 months ago

Please the app isn't running because of the flutter version

Bittibw commented 6 months ago

Can you put down something about the project like what type of project is that and what flutter version you are using??

userIssa commented 6 months ago

I'm using the most recent version of flutter and compiling it keeps giving errors, tflite being depreciated and neumorphics no longer being supported

userIssa commented 6 months ago

My name is Toluwanimi Oderinde, a student of Babcock University, Nigeria. I am currently in my final year and my project topic is plant disease detection. I've been struggling create such an application so I've been looking for case studies as a reference. I came across your app and I must say it was beautifully implemented.

The reason for mailing this morning might be silly but you won't know for sure if you don't try. I was wondering if I could get some mentorship on how to build something similar to your system.

I'd very much like a reply as soon as possible.

Regards

sagar-alias-jacky commented 6 months ago

Hi Toluwanimi. This project was just a quick cook-up as our mini project in college. And being so, the finer implementation details are unfortunately lost to me and my teammates. However, if you wish to build a similar app, here are some pointers. We used something called Google Teachable Machine(Easy to use GUI to train classification models) to train the models and export them into tflite format for use with mobile applications. Then we simply integrated these models into the Flutter app using a package from pub.dev which allowed usage of tflite models. But if you were to proceed with this idea, I would suggest you to get a good handle on ML model training concepts first and then try to train your own models which would definitely be far more accurate and tunable than the Teachable Machine ones. Knowledge of ML will also prove useful to you in the long run. As for the UI, I would suggest you to set the design language you want to go for, before starting with the coding. Helps keep things clean and saves a lot of time. Also you can add way more features to an app like this if you really want to go in on it. All the very best for your endeavours!Regards,Sagar PaulSent from my iPhoneOn 25-Feb-2024, at 3:37 PM, issa oderinde @.***> wrote: My name is Toluwanimi Oderinde, a student of Babcock University, Nigeria. I am currently in my final year and my project topic is plant disease detection. I've been struggling create such an application so I've been looking for case studies as a reference. I came across your app and I must say it was beautifully implemented.

The reason for mailing this morning might be silly but you won't know for sure if you don't try. I was wondering if I could get some mentorship on how to build something similar to your system.

I'd very much like a reply as soon as possible.

Regards

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

abhijit-23blaze commented 6 months ago

I'm using the most recent version of flutter and compiling it keeps giving errors, tflite being depreciated and neumorphics no longer being supported

yeah i am having the same problem how can i solve it ?

abhijit-23blaze commented 6 months ago

Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Warning: unexpected element (uri:"", local:"extension-level"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level> Warning: unexpected element (uri:"", local:"base-extension"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level> ../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_neumorphic-3.2.0/lib/src/widget/app_bar.dart:183:29: Error: The getter 'textTheme' isn't defined for the class 'AppBarTheme'.

FAILURE: Build failed with an exception.

This is the exact error that i am getting , I am new to flutter can you plz help me ??