Skip to content

List out of range 0 : 1 #9

@priyesh-bit

Description

@priyesh-bit

I was facing the issue of List out of range 0 : 1

I've fixed that issue for me which is at linkwell.dart & line no 255

if (wid != null && wid.isNotEmpty && wid.length!=1) {
        if (wid[1] != '') {
          if (value == links.last) {
            var text = TextSpan(
              text: wid[1],
              style: style == null ? Helper.defaultTextStyle : style,
            );

            /// added
            textSpanWidget.add(text);
          } else {
            t = wid[1];
          }
        }else{
          t = "";
        }
      }

I request you to please have a look and add the condition which I mentioned above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions