CopyPastor

Detecting plagiarism made easy.

Score: 0.9641673291315798; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2021-08-18
by Abhishek Chhabra

Original Post

Original - Posted on 2020-10-25
by Pieter van Loon



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Not sure why this is the error you get but the text widget is missing a `Directionality` ancestor widget that specifies if the text is left to right or right to left (MaterialApp also provides this)
So wrap the column in a `Directionality`
Not sure why this is the error you get but the text widget is missing a `Directionality` ancestor widget that specifies if the text is left to right or right to left (MaterialApp also provides this)
So wrap the column in a `Directionality`
And file an issue (if it doesnt exist yet) on the flutter git repo for getting such an non descriptive error message

        
Present in both answers; Present only in the new answer; Present only in the old answer;