Building a Flutter Front-End for Secure Chat with .NET Core API

Article thumbnail showing title 'Build a Secure Chat App with ASP.NET Core and SignalR' with chat interface.

In this part of the tutorial, we’ll build a Flutter app to handle user registration, login, and secure real-time chat using SignalR. JWT tokens will be stored in memory for authenticating with the backend API and SignalR server. Setting Up the Flutter Project Installing Dependencies Add the following dependencies to your pubspec.yaml: Run: Creating the … Read more