Alex Li

Results 72 issues of Alex Li

Fixes https://github.com/flutter/flutter/issues/3282 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

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

e: device-specific
platform-android
p: camera
package
P2
team-android
triaged-android
multiteam-retriage-candidate

- Some commands only use an address but call `resolveWalletAliasNew` to resolve a wallet record, such as `mint-dft`, preventing users from inputting another wallet address to receive Atomicals. - Promote...

- Fixes https://github.com/atomicals/atomicals-js/issues/194 - Resolves https://github.com/atomicals-community/atomicals-guide/pull/2

Everyone will use `Http2Adapter` to support HTTP/2, which is great until it fails to allow non-H2 connections to go through itself. The request provides a fallback adapter to handle non-H2...

s: feature
p: http2_adapter
platform: io

### New Pull Request Checklist - [ ] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [ ] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none...

[Wiki: Releasing a new version of packages](https://github.com/cfug/dio/wiki/Releasing-a-new-version-of-packages) | CHANGELOG | Version | |-------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| | [dio](https://github.com/cfug/dio/blob/main/dio/CHANGELOG.md) | [![Pub](https://img.shields.io/pub/v/dio.svg?include_prereleases)](https://pub.dev/packages/dio) | | [compatibility_layer](https://github.com/cfug/dio/blob/main/plugins/compatibility_layer/CHANGELOG.md) | [![Pub](https://img.shields.io/pub/v/dio_compatibility_layer.svg?include_prereleases)](https://pub.dev/packages/dio_compatibility_layer) | | [cookie_manager](https://github.com/cfug/dio/blob/main/plugins/cookie_manager/CHANGELOG.md) | [![Pub](https://img.shields.io/pub/v/dio_cookie_manager.svg?include_prereleases)](https://pub.dev/packages/dio_cookie_manager) | | [http2_adapter](https://github.com/cfug/dio/blob/main/plugins/http2_adapter/CHANGELOG.md)...

infra

### Request Statement We don't have a `CONTRIBUTING.md` or similar docs for people who want to contribute to the project. We should definitely have one. ### Solution Brainstorm The doc...

s: feature
e: documentation
e: good for newcomers
e: PR welcomed

### Request Statement The examples (mostly the Flutter one) might not being well-formed, it can be cover our features as much as possible. ### Solution Brainstorm I wrote a inspect...

s: feature
e: PR welcomed

### Describe the bug 1. Create packages with frb and melos. 2. Integrate rust native code in the `library_ffi` package. 3. Add `library_flutter` as a dependency. 4. Build the Flutter...

bug
awaiting