By Kevin Williams

This is the fourth article in a 10 article series: Blazor vs Flutter.

  1. Blazor vs Flutter - Part 1 (Overview)
  2. Blazor vs Flutter - Part 2 (Project Setup)
  3. Blazor vs Flutter - Part 3 (Package Installation)
  4. Blazor vs Flutter - Part 4 (Components & Pages) (You are here)
  5. Blazor vs Flutter - Part 5 (State Management)
  6. Blazor vs Flutter - Part 6 (Navigation)
  7. Blazor vs Flutter - Part 7 (API Requests)
  8. Blazor vs Flutter - Part 8 (Authentication)
  9. Blazor vs Flutter - Part 9 (Deployment)
  10. Blazor vs Flutter - Part 10 (Multi-Platform)

In the previous article we installed some required packages, so now we can start adding functionality. First, we'll create a component, and then we'll add that component to a page which will be used to display weather information in part 7

Kevin Williams • 44 Articles

A full stack software engineer since 2018, specializing in Azure and .Net.

View Articles