Hari07

Results 4 issues of Hari07

## Steps to Reproduce 1. Execute `flutter run` on https://dartpad.dev/?id=ceb704408119b088368e6db1b4d4a350 2. The text renders completely on the component that doesnt have an AspectRatio **Expected results:** The text should be completely...

framework
a: typography
has reproducible steps
found in release: 3.0
found in release: 3.1

## Use case This would allow circular progress indicators to have rounded tips, which is a useful addition in certain designs ## Proposal The Paint() method already has a StrokeCap...

new feature
framework
f: material design
proposal

Adds a `StrokeCap` parameter on the `ProgressIndicator` class with a default value of `StrokeCap.square`, and also gives access to this parameter via `CircularProgressIndicator` and `RefreshProgressIndicator` *List which issues are fixed...

framework
f: material design

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). ### Please select affected platform(s) - [ ] Android - [X] iOS -...

type: enhancement
P2
refactor