Open teolemon opened 2 years ago
Hey! I want to work on this issue!
Sure Ashish, give it a try, if you need any help, feel free to ask
Thank you! @AshAman999
That's a great feature, but I guess this will raise some difficulties @ashishmohapatra240 as we store the lists in sqflite which AFAIK needs to be startet by the app, so some trouble with background tasks.
But @AshAman999 & g123k are likely more up-to-date on this topic.
Hey, can you help me with the approach? I am facing some difficulties
Asking the question is always more efficient than asking to ask 😉
Honestly, forget the Flutter package and develop an implementation for each platform. But if that's the first time you're doing that, please give the issue to someone else. Creating a Widget (for both platforms) is not that simple to implement.
Yes, this is the first time I'm doing this, Please assign this to someone else! I'll be following up though 😁
Let me find some good first issues ✨
Hey, If this issue is free. Can I look into this? Also, Can you or anyone else test the ios implementation when I'm done? @g123k
Hey, If this issue is free. Can I look into this? Also, Can you or anyone else test the ios implementation when I'm done? @g123k
You can work on this one ,
About testing on iOS I believe Eduoard can help you test that, once the pr is up
@AshAman999 What exactly list widget is supposed to show and For history, recently searched items are to be shown?
@anshpathania7
I believe it's only history screen for now, perhaps @teolemon would be the right person to ask for it
@teolemon
I tried implementing this from scratch (only in Android). So Far Added a listview with Image and Texts. Is there any design document for this widget? and What data needs to be shown?
Could you elaborate a little more @anshpathania7 on what you achieve?
- Did you use the XML way of generating the Widget or with Jetpack Compose?
I used XML for widgets
- How did you export the data between the Dart code and the Flutter's one?
I haven't implemented this directly in openfoodfacts , instead I created another application for this. So, I added data manually to flutter side and then I pass the list by MethodChannel and then parse it on kotlin.
- How do you open the correct product page? knowing that we don't support (yet) any named route?
I haven't implemented click handler for widget yet.
- Did you use the XML way of generating the Widget or with Jetpack Compose?
I used XML for widgets
- How did you export the data between the Dart code and the Flutter's one?
I haven't implemented this directly in openfoodfacts , instead I created another application for this. So, I added data manually to flutter side and then I pass the list by MethodChannel and then parse it on kotlin.
- How do you open the correct product page? knowing that we don't support (yet) any named route?
I haven't implemented click handler for widget yet.
Ok, so I will make a comparizon: you're trying to build a car, without knowing its design, nor the way the engine works. If I were you, I would wait a bit
@g123k yup, that's why I built it in completely different application just to test out how the implementation is done from scratch. Definitely I'll wait :))
What
Part of
2479