AG
AG
### Description Add Support for MIFARE tag type
Hi, Following https://github.com/mattosaurus/ChartJSCore/issues/44 percentage labels are not shown on Pie chart. ``` public class DataLabels { [JsonConverter(typeof(PlainJsonStringConverter))] public string Formatter { get; set; } public ChartColor Color { get; set;...
### Description TabView - TabIndicatorColor show on wrong tab when using FlowDirection.RightToLeft ### Steps to Reproduce 1. Create a new xamarin forms Shell application 2. Set FlowDirection = FlowDirection.RightToLeft; at...
Please add Shell SearchHandler
HI, When trying to convert GadgetStoreApp to use Shell instead of SimpleShell I am receiving the error "The property 'ShellContents' was not found in type 'AppShell'" at AppShell.xaml with this...
How to add login page and on successful login navigate to the main screen with the hamburger menu?
App will not compile with excel 4.0.3 and flutter 3.24 as of outdated `archive 3.4.9` package with error: ``` /C:/Users/yyyy/AppData/Local/Pub/Cache/hosted/pub.dev/archive-3.4.9/lib/src/bzip2/bzip2.dart:5:7: Error: Method not found: 'UnmodifiableUint8ListView'. UnmodifiableUint8ListView(Uint8List(0)); ``` Please update the...
Hi, My Server side code is SignalR and I am unable to connect to it if I am using JWT. if I am ***not*** using JWT at server side, I...