Hello Everyone!
I searched everywhere. But not getting a good resource for creating a dynamic point table which will be something like this screen. Anyone can refer me a good source please. That will help me a lot. Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/996182c5-d2f6-4a05-a111-b90acf5367fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That looks a bit busy… maybe too much info on one screen.Try using a ListView.builder with ExpansionTile as rows.If you want it to look the same as in your image, ListView.builder and create the rows using the Row class with the Flexible class (containing Text’s) to space the ‘columns' as you wish.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/47afe907-5ccd-40a4-89d6-bb8b83af1274%40googlegroups.com.
Well, I just wrote it to solve your problem.Have done similar to your original picture.I could send the code if you want.
On 21 May 2019, 19:43 +0100, anirban jahan <anirb...@gmail.com>, wrote:
--That looks a bit busy… maybe too much info on one screen.Try using a ListView.builder with ExpansionTile as rows.If you want it to look the same as in your image, ListView.builder and create the rows using the Row class with the Flexible class (containing Text’s) to space the ‘columns' as you wish.Hi Andy,
Thanks for your reply. The screen you have shared, is it open source? Maybe I could try that.
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/47afe907-5ccd-40a4-89d6-bb8b83af1274%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/a8362ae9-0b6f-407a-ac8b-328b31969b29%40googlegroups.com.
There are some comments at the top of the gist
Hi Andy,
Sorry for being late, Just got time to check it again.
First of all, its really awesome and I tried to modify your code with live api(using a dummy data generator). But I am not successful with it by my knowledge. If you can, take a look please.
https://gist.github.com/anirban0031/8885b5a446659b195d58111b99a0b6f0
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/b8945136-0fd7-4e4b-aa92-3ab7b2ffd628%40googlegroups.com.