tarkalabs / tarka-ui-kit-flutter

UI Kit and Design System for building apps with Flutter
https://pub.dev/packages/tarka_ui
MIT License
7 stars 0 forks source link

Refactor TUIAttachmentUpload component. #84

Open kalpeshp0310 opened 3 months ago

kalpeshp0310 commented 3 months ago

The design of the TUIAttachmentUpload component does not match the design. Also, the component's API does not suit upload functionality.

  1. It has a download button
  2. It accepts a URL to display an attachment image.

Both of the above features do not belong to an upload component.