Process creation of a Grammarly-style App using Flutter and GeminiWe live in an era where artificial intelligence is experiencing major advances. As developers, these advancements open up a wide range of creative possibilities for us. So, in this article, we're going to walk you through the overall strategy impleme...May 2, 2024·10 min read·405
Learn how to manage your calendar events in Flutter and DartIn this tutorial, we will see how to interact with the phone's calendars by adding events or by checking the events already added. Project specification To explain this concept we are going to create a small application for a cinema on a simple page ...Oct 23, 2023·13 min read·504
Why and how to use extension methods with Flutter and DartWhat is an extension method? An extension method is a way to add features to native Dart libraries or external libraries. If you're a recurrent Flutter and Dart developer, you've probably already used extension methods without perhaps knowing it. Whe...Oct 13, 2023·5 min read·150
Everything you need to know about Enum with Flutter and DartEnumerations, often abbreviated by enum, are special class types that allow a limited number of constants to be represented. Why use an enum rather than a class? Enum makes it possible to represent a limited number of constants, allowing better reada...Oct 3, 2023·3 min read·1.3K
GitHub chat Copilot: coding will never be the sameCoding will never be the same, with AI-powered suggestions that help you write code faster and more accuratelySep 21, 2023·4 min read·97