Laurence Wayneflutter-template.hashnode.dev·Sep 29, 2024Save Time on Firebase & Stripe Integration for Your Flutter Web AppAs developers, we know that setting up essential integrations like Firebase and Stripe can take up a lot of time when building a new project, especially for Flutter web apps. While these tools are incredibly powerful, configuring them correctly can b...DiscussFlutter
MD. ABDULLAHabdullah.com.bd·Sep 20, 2024Mastering String Case Conversion in Dart and Flutter with RecaseWelcome 👋. For String case conversion while Dart offer only UPPER CASE lower case There is an awesome package named Recase offer additional 10 string cases. These are snake_case dot.case path/case param-case PascalCase Header-Case Title C...Discuss·27 readsDart or Flutter Package Tutorialcase conversion
Temitope Ajiboyearticle.temiajiboye.com·Sep 11, 2024Simplifying State Management in Flutter Using ValueNotifier and ValueListenableBuilderState management is a crucial aspect of building Flutter applications. In this article, we'll explore how to use ValueNotifier and ValueListenableBuilder for effective state management, from simple use cases to complex scenarios. We'll build an e-com...Discuss·11 likes·602 reads2Articles1Week
Singaraju Saitejasingarajusaiteja.hashnode.dev·Sep 7, 2024Dart fundamentals for flutterProgramming Fundamentals Variables Strings Conditions Loops Functions Lists Map Classes Async and await File handling Variables Variables are containers that store value. Declaration: declaring variables with "var". var name = "flutt...DiscussDart
Ayiko Andrewayikoandrew.hashnode.dev·Jul 8, 2024100 Days Of Coding Challenge ( Week 5 Summary): Exploring DartLast week, I explored loops, branching, and exception and error handling in depth. This week, I covered a lot and will be discussing classes, constructors, and methods. Let us start today's class. Classes A class is a blueprint of an object. Every ob...Discuss·10 likes100 Days Of Coding With Dart/Flutter#dart language
Ayiko Andrewayikoandrew.hashnode.dev·Jul 1, 2024100 Days Of Coding Challenge ( Week 4 Summary): Exploring DartFirst, I apologize for not updating the series last week. I was on a trip across the Eastern part of my country, Uganda, and couldn't find time to write. But now I'm back home as you read this. Today, I will talk about control flows in Dart. Control ...Discuss·10 likes100 Days Of Coding With Dart/FlutterDart
Bhoomit Patelbhoomit.hashnode.dev·Jun 22, 2024Exploring Enhanced Enums in Flutter: A Simple Guide for Beginners and Experienced DevelopersHello Flutter enthusiasts! Whether you're just starting your journey with Flutter or have been developing with it for a while, you know how enums can be incredibly useful. In this blog, we'll dive into the concept of enhanced enums in Flutter. We'll ...Discuss·72 readsFundamentals of dartFlutter
Sadanand gadwalsadanandgadwal.hashnode.dev·Jun 20, 2024Dart Abstract Classes and Polymorphism in Dart — Part 6In Dart, abstract classes serve as blueprints for other classes, defining common behaviors and properties that subclasses can inherit and implement. This enables polymorphic behavior, allowing different objects to respond to the same message in diffe...Discuss·10 likesDartDart
Ayiko Andrewayikoandrew.hashnode.dev·Jun 16, 2024100 Days Of Coding Challenge ( Week 3 Summary): Exploring DartIn week two, we learnt about Dart's collections, exploring lists, sets, and maps. As we move into week three, we will shift our focus to understanding records and functions. Let's dive into these topics and uncover their intricacies. Records Records ...Discuss·19 likes·33 reads100 Days Of Coding With Dart/FlutterDartThis is really helpful. Thank you 10
Ayiko Andrewayikoandrew.hashnode.dev·Jun 8, 2024100 Days Of Coding Challenge ( Week 2 Summary): Exploring DartLast week, I began the 100 Days of Coding challenge. I have documented my progress in a summary, which you can read here. This week, I plan to write a couple of articles, and this is the first of the many I have planned for week 2. Let's dive into we...Discuss·10 likes·38 reads100 Days Of Coding With Dart/Flutter#dart-for-beginners