Maharshi Sinhamaharshisinha.hashnode.dev·Sep 8, 2024Seamless Flutter-Native Integration: The Power of Method ChannelsAs Flutter developers, we enjoy the ease of building apps for both iOS and Android with a single codebase. But what if you need to tap into some native functionality? Whether it's accessing sensors, using a device-specific API, or integrating native ...Discuss·2 likes·157 readsFlutter
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
Mateo Ramirez Rubiomateoramirezr.hashnode.dev·Aug 6, 2024Using Environment Variables with flutter_dotenv DotEnv in Flutter: Step by Step GuideIntroduction When building Flutter applications, it's essential to manage sensitive data like API keys, database credentials, or environment-specific configurations. Hardcoding these values directly in your code is a security risk and can lead to iss...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
Peter Ewanfoluckypeter.hashnode.dev·Jul 8, 2024How to Implement Custom Theme (Dark & Light Mode) in Flutter using ThemeExtensionApplication theming is now a major practice in mobile and web development. With more users adopting it and major apps integrating these practices, it is important for us as engineers to know how to implement it. In this article, I will explain how to...Discuss·41 readsFlutterFlutter
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·57 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
Dinko Marinacdinkomarinac.dev·Jun 17, 2024Step-by-Step Guide to Dockerizing Dart and Flutter Web for DeploymentIntroduction Welcome to part two of my series on deploying Dockerized Dart containers on Ubuntu VPS. This series is designed to guide you through every step of the process, from selecting the most cost-effective infrastructure to creating Docker imag...Discuss·1 like·1.4K readsDeploying Dockerized Dart on Ubuntu VPSDocker
Harish Kunchalaharishkunchala.com·May 29, 2024Dart Extensions Part 1: Introduction, Extending Custom Classes, Chaining ExtensionsExtensions are one of the coolest features of dart. While I heard a lot about them, I never was able to grasp them properly. So in here we are going to look at 3 Tutorials that'll help us with Dart extensions As always if you want to follow along you...DiscussDart Advanced Tutorials#dart language
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