Victor Sanni

Results 8 issues of Victor Sanni

This adds the `TargetApi` annotation to the `getManifestNames` method in `PermissionUtils.java`. On Android, not including the TargetApi annotation to the getManifestNames method in PermissionUtils.java causes StrictMode errors: https://developer.android.com/reference/android/os/StrictMode. *List at...

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...

good first issue
platform: ios
type: enhancement
up for graps
P2

Currently, `Checkbox.adaptive` delegates to `CupertinoCheckbox` when the current platform is `iOS` or `macOS`. This PR serves to make Material `Checkbox` configure to a Cupertino look and feel when the `Checkbox.adaptive`...

framework
f: material design
f: cupertino
d: api docs
d: examples

Currently, when `CupertinoAlertDialog` has an action (typically a `CupertinoDialogAction`, although can be any widget type) that is disabled, tapping on the action button still makes it change opacity, thus looking...

framework
f: cupertino

This PR improves on the look and feel of `CupertinoCheckbox` to more closely match native iOS/macOS checkboxes. It also adds functionality to resolve the checkbox's fill color in different `WidgetState`s,...

framework
f: material design
f: cupertino
d: api docs
d: examples

Brings over the changes from `Switch.adaptive` into `CupertinoSwitch`. This change adds the following `Switch` parameters to `CupertinoSwitch`: `inactiveThumbColor,` `activeThumbImage`, `onActiveThumbImageError`, `inactiveThumbImage`, `onInactiveThumbImageError`, `trackOutlineColor`, `trackOutlineWidth`, `thumbIcon`, `mouseCursor`. The following `Switch` parameters...

framework
f: cupertino

Adds feature to darken when pressed in both selected and unselected states. Removes unnecessary calls to the canvas api. Also adds tests to check that: * `CupertinoRadio` is focusable and...

framework
f: cupertino

**NOTE: Previous [PR](https://github.com/flutter/flutter/pull/148804) was closed because of a bad merge leading to pollution with unrelated commits.** This PR improves on the look and feel of `CupertinoCheckbox` to more closely match...

framework
f: cupertino
d: api docs
d: examples