louislam

Results 5 issues of louislam

This error happens when I use flutter master channel **Flutter:3.1.0-0.0.pre.2122** with **flutter_quill: 5.4.1**. The reason I needa use the latest master version is here: https://github.com/flutter/flutter/issues/104049 May I ask if it's...

As the crop screen background color and `CupertinoTheme.of(context).primaryColor `are both black. The "Done" button is "invisible" as shown as screenCap. ![Simulator Screenshot - iPhone 15 Pro](https://github.com/kekland/croppy/assets/9133226/5d60f120-c9db-4cf8-9f60-f11818e6f0ff)

**Which locale is missing?** yue_Hant_HK **Which locale have you considered of using instead, but was not sufficient?** Nothing Error appears when try calling `NumberFormat.compact()` in iOS 17 `[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception:...

type-enhancement
missing-locale-data

### Description of the feature request: `choices: { type: FunctionDeclarationSchemaType.OBJECT, properties: { list: { type: FunctionDeclarationSchemaType.ARRAY, items: { type: FunctionDeclarationSchemaType.STRING, }, minItems: 1, maxItems: 3, }, }, required: ['list'], },`...

type:feature request
status:triaged
component:js sdk

`TextSpan( text: '1234', style: TextStyle( fontFamily: 'Rubik', fontSize: 20, fontVariations: [ FontVariation('ital', 0), FontVariation('wght', 500), FontVariation('ital', 1), FontVariation('wght', 500) ], ))` `WidgetSpan( child: AnimatedFlipCounter( value: 1234, textStyle: TextStyle( fontFamily: 'Rubik',...