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·56 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
Ayiko Andrewayikoandrew.hashnode.dev·Jun 2, 2024My 100 Days of Coding Challenge(Week 1 Summary): Exploring DartAs part of my 100 days of coding challenge, I've been diving into Dart, a client-optimized language for developing fast apps on any platform. In this article, I'll summarize what I've learnt about Dart in the first week of the challenge, its features...dana and 3 others are discussing this4 people are discussing thisDiscuss·26 likes·146 reads#dart-for-beginners
Md Shamim Ahamedshamim36.hashnode.dev·May 12, 2024Demystifying AES Key Expansion: A Deep Dive into Secure CryptographyIn the world of cryptography, AES (Advanced Encryption Standard) stands tall as one of the most widely used encryption algorithms, trusted for its robust security features. At the heart of AES lies a critical process known as key expansion, which pla...Discuss·1 like#cybersecurity
Md Shamim Ahamedshamim36.hashnode.dev·May 8, 2024AppBar Customization in FlutterUnderstanding AppBar in Flutter The AppBar widget serves as a cornerstone of Flutter app design, providing a versatile structure for creating app bars that adorn the top of your app's screen. It typically houses elements such as the app's title, navi...Discuss·1 like·31 readsFlutter App Developmentapp development