Amal Krishna

Results 4 issues of Amal Krishna

This page only includes how EF Core would configure TPH by default when conventions are relied upon. Information regarding its configuration and customization using the Fluent API is skipped. For...

area-model-building

The Dart implementation of the `Scheme` class's `darkFromCorePalette` method assigns an incorrect color tone to the `onErrorContainer` property: `palette.error.get(80)` instead of `palette.error.get(90)`. https://github.com/material-foundation/material-color-utilities/blob/45798afb18dbe09ce948b765b375f064099f944f/dart/lib/scheme/scheme.dart#L126C2-L142C49 It appears that there are plans to...

scheme
explain

Earlier, given a `CorePalette`, the way to generate the Material color roles was to use `Scheme.lightFromCorePalette` and `Scheme.darkFromCorePalette`. Currently, since `Scheme` is deprecated in favor of `DynamicScheme`, what is the...

### Package dynamic_color ### Existing issue? - [X] I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues) ### What happened? ## Steps to reproduce: 1. Switch to the beta channel and upgrade Flutter using:...

bug
p: dynamic_color