How to hide Shell Item on Flyout

Issue I have a Xamarin Forms project in which I have a ShellItem login and then it shows me a FlyoutItem main with different tabs. Here is the code on my AppShell <ShellItem Route="login" x:Name="loginItem"> <ShellContent ContentTemplate="{DataTemplate local:LoginPage}"/> </ShellItem> <FlyoutItem

Continue reading

web api post method do not work in flutter

Issue I did everything which i found in internet, but still its not working… The web api is .net core 5 http.Response response = await http.post( Uri.parse(ss), headers: { "Access_Control_Allow_Methods": "POST, OPTIONS", "Content-Type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Credentials": ‘true’ }, body:

Continue reading

ASP.Net Core Bearer Authentication + flutter client

Issue I have a problem with Bearer Authentication in ASP.NET Core 3.1 Web Api project. I configured authentication like that: services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddJwtBearer(options => { options.RequireHttpsMetadata = false; options.TokenValidationParameters = new TokenValidationParameters { ValidateIssuer = true, ValidIssuer = AuthHelper.Issuer, ValidateAudience =

Continue reading

web api post method do not work in flutter

Issue I did everything which i found in internet, but still its not working… The web api is .net core 5 http.Response response = await http.post( Uri.parse(ss), headers: { "Access_Control_Allow_Methods": "POST, OPTIONS", "Content-Type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Credentials": ‘true’ }, body:

Continue reading

ASP.Net Core Bearer Authentication + flutter client

Issue I have a problem with Bearer Authentication in ASP.NET Core 3.1 Web Api project. I configured authentication like that: services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddJwtBearer(options => { options.RequireHttpsMetadata = false; options.TokenValidationParameters = new TokenValidationParameters { ValidateIssuer = true, ValidIssuer = AuthHelper.Issuer, ValidateAudience =

Continue reading

web api post method do not work in flutter

Issue I did everything which i found in internet, but still its not working… The web api is .net core 5 http.Response response = await http.post( Uri.parse(ss), headers: { "Access_Control_Allow_Methods": "POST, OPTIONS", "Content-Type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Credentials": ‘true’ }, body:

Continue reading