diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
679 stars 206 forks source link

Example file #152

Open ivofernandes opened 2 years ago

ivofernandes commented 2 years ago

The example of the package is not easy to read in pub.dev https://pub.dev/packages/percent_indicator/example

That's because is importing other files, if it was all in one file the package would be easier to use :)

Screenshot 2022-04-20 at 16 41 38
diegoveloper commented 2 years ago

Hello, PRs are welcome :)

ivofernandes commented 2 years ago

But you think it's a good idea? If you want I can join both samples in the same main.dart

diegoveloper commented 2 years ago

Maybe there is a config in pubspec to add an specific example. I will check, otherwise the example is on the readme file.

On Tue, May 3, 2022, 7:29 PM Ivo Fernandes @.***> wrote:

But you think it's a good idea? If you want I can join both samples in the same main.dart

— Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_percent_indicator/issues/152#issuecomment-1116810625, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UC767UBECR5QUYA67LVIHAHBANCNFSM5T4O7SYQ . You are receiving this because you commented.Message ID: @.***>

ivofernandes commented 2 years ago

Actually what the package picks as example to pub.dev is the main.dart in the example folder

ivofernandes commented 1 year ago

Created the pull request here https://github.com/diegoveloper/flutter_percent_indicator/pull/178