Hari07

Results 7 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

The package wasn't currently handling the new `CNAuthorizationStatusLimited` introduce in ios18. Older versions of ios will remain unchanged. Here's a screen recording showcasing the change - ios 17.2 https://github.com/user-attachments/assets/4ec5422a-cd72-4c14-bf5e-3a7227148e38 -...

### What package does this bug report belong to? google_maps_flutter ### What target platforms are you seeing this bug on? iOS ### Have you already upgraded your packages? Yes ###...

p: maps
package
team-ecosystem
P2
triaged-ecosystem

Following the example from the readme , I did ```typescript const adAccount = new AdAccount("act_3984312178532482"); const campaignsData = await adAccount.getCampaigns([Campaign.Fields.name], { limit: 2, }); ``` This isn't returning any data...