Mushaheed Syed

Results 10 issues of Mushaheed Syed

**Describe the bug** On using `.copyWith` in a GoogleFont TextStyle, the font weight reduces. **To Reproduce** Steps to reproduce the behavior: 1. Create an instance of any GoogleFont i.e `final...

bug
waiting for developer response

When making a theme for a brand, requirements sometimes include custom back, and drawer button icons. AppBar displays back, close, and drawer buttons automatically but these buttons show a default...

new feature
framework
f: material design
proposal

This adds the ability to override the back button, close button, drawer button, and end drawer button icons. This also adds CloseButtonIcon, DraweButton, DrawerButtonIcon, EndDrawerButton, and EndDrawerButtonIcon. Fixes https://github.com/flutter/flutter/issues/117578 Fixes...

team
framework
f: material design
d: api docs
d: examples
documentation

Fixes copyWith method of ActionIconThemeData, now using blank copyWith on [ActionIconThemeData] object that isn't `const ActionIconThemeData()` returns object with same values. *List which issues are fixed by this PR.* Fixes...

framework
f: material design

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

## Description With mustache templates, file names become too long to write and manage. Git too throws when using file long names. (Example of error below) ```error: open("bricks/generate/__brick__/{{#has_tests}}test/widgets/{{#is_schematic_widget}}{{name.snakeCase()}}/{{#needs_theme_for_widget}}{{name.snakeCase()}}_theme_test.dart{{/needs_theme_for_widget}}{{/is_schematic_widget}}{{/has_tests}}"): Filename too...

# Bug Report ## Problem We are facing a crash (reported from Google Play Console), that is happening on some phones, mentioned InAppBrowser in the stack trace. The app seems...

We cannot use RetryClient in `Isolate.run` because of the use of `StreamController` in `StreamedRequest` for making a copy of requests. Example main.dart ```dart import 'dart:isolate'; import 'package:http/http.dart'; import 'package:http/retry.dart'; import...

type-bug
package:http

```dart class Logger { // ... Logger call(String childName) { return Logger('$fullName.$childName'); } } ``` With the above `call` method in the `Logger` class, creating child loggers could be more...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a new window opens, webview redirects to that page. But...

bug