Levi Lesches

Results 34 issues of Levi Lesches

I tried writing a script to get custom claims and had some trouble reading the server's response. Some observations: - According to the Firebase [docs](https://firebase.google.com/docs/reference/admin/node/admin.auth.UserRecord?authuser=0#optional-customclaims), the custom claims are stored...

Setting custom claims (via [`Auth.setCustomUserClaims`](https://pub.dev/documentation/firebase_admin_interop/latest/firebase_admin_interop/Auth/setCustomUserClaims.html)) only allows the user to pass in a `Map`, while the [JS equivalent](https://pub.dev/documentation/firebase_admin_interop/latest/firebase_admin_interop.js/Auth/setCustomUserClaims.html) (as well as the official Node.js SDK) allows any value. Isn't it...

### Overview For usage questions: ask on [Stack Overflow](http://stackoverflow.com/questions/tagged/material-components). - Context, problem or idea, solution or next step - Screenshots/Video (if possible) - Stack trace (if possible) The scale of...

Removes all instances of `.publicX` in favor of `.documentedX`, to reflect that private elements can be documented if the user chooses. This came with the main change of relying on...

Current implementation plan for #2154 - New option (arg and `dartdoc_options.yaml`): `documentPrivate`. Controls whether dartdoc documents private members - New option (arg and `dartdoc_options.yaml`): `privateLibrariesInSidebar`. Whether `src` libraries are in...

type-enhancement
P3

When trying to run tests (on Windows), `dart --enable-asserts test\annotation_test.dart`, I get the following error: ``` Synthetic configuration option flutterRoot from , computed as C:\Users\levi\flutter, resolves to missing path: "c:\users\levi\flutter"...

bug
P3

Broadly, this alternate API gets rid of any assumptions about a finite or enumerable grid, and thus allows users to plan a path across an infinite grid or theoretical grid,...

Hi, I was working on a [color sort]() game in Flutter and tried to use this package to provide hints but didn't find the API very comfortable as it seems...

Using `_ => defaultValue` is a pretty common pattern in a switch expression. But `default` is more natural for, well, default values. It would be more readable if switch expressions...

feature

## Proposal With sealed classes and exhaustive pattern matching, I think we've hit a natural time to add first-class result types to the language, or at least the first-party libraries...

feature