-1

I need to implement this in my application:

enter image description here

I need to place the text on the top right above the main texts. how is it easier to do it? I can use this plugin - align_positioned.

But I'm wondering how to implement this using standard methods.

FetFrumos
  • 5,388
  • 8
  • 60
  • 98
  • 1
    https://stackoverflow.com/questions/54254516/how-can-we-use-superscript-and-subscript-text-in-flutter-text-or-richtext – Ibrahim Ali Jun 25 '21 at 12:11

1 Answers1

1

You can use this package https://pub.dev/packages/rich_editor.

In pub.dev you can see example with superscript

Ash Khachatryan
  • 427
  • 1
  • 5
  • 18