avatarsimbu

Summary

The webpage is a curated list of articles focused on Flutter development, providing insights and tutorials on various aspects of building applications with Flutter.

Abstract

The website presents a series of articles by the author Simbu, which are part of a Flutter development tutorial series called "DigestableMe." These articles cover a range of topics, from project structure and adaptive layouts to authentication, offline functionality, and the use of specific tools like Riverpod and Lottie animations. The content is designed to guide developers through creating a Flutter application, with each article addressing a different component or feature. The articles are organized in reverse chronological order, with the newest entries at the top, and include links to both the text and the accompanying code. The author encourages readers to join Medium for full access to the series and expresses gratitude for reader engagement.

Opinions

  • The author emphasizes the importance of an offline-first approach for applications, suggesting that a connection should be considered an enhancement rather than a necessity.
  • The use of StoryBook.js is highlighted as influential in demonstrating the power of building UI components in isolation, likened to creating lego pieces for applications.
  • There is a focus on creating a maintainable and easily rebrandable application through theming.
  • The author advocates for the use of Microsoft's Identity Platform in conjunction with Flutter's authentication libraries for secure user sign-in across multiple platforms.
  • The series includes practical advice on implementing continuous integration (CI) workflows and CI for web, indicating a preference for automated testing and deployment processes.
  • The articles suggest a disciplined approach to feature development, as seen in the piece discussing the addition of a new feature through a series on disciplines.
  • The author shares personal experiences, such as solving a cross-platform bug using Git and Flutter's conditional import, indicating a problem-solving orientation in their tutorials.
  • There is an acknowledgment of the evolving nature of project structures, with the author having adapted their approach as the project grew in complexity.
Join Medium to view all my articles.

Flutter — DigestableMe Articles

A list of articles (newest first) in the series based around an example application DigestableMe.

You can find an introduction here, and the code here.

Thanks for taking the time to read my articles ;o)

Flutter
Programming
Development
Mobile
Mobile App Development
Recommended from ReadMedium