Search code examples
flutterdartannotations

Which Flutter plugins can help me with table annotation?


I am writing a cross-platform app that should draw a table over a pdf and annotate the information in the pdf. I'm stuck at the part where I should make a dynamic table with moving rows and columns which can be deleted independently or added if I want more rows or columns. All this should be done by a user in the app itself. Which plugins or packages should I use?


Solution

  • In Flutter there is no plugin that can help you with table, but you can use table package enter link description here