Desi Programmerdesiprogrammer.hashnode.dev·May 12, 2023Full Featured Chat App in Flutter in 7 Mins - Using ZegoCloudThe importance of having a Chat Module in your Application cannot be overstated. It not only enhances your user's experience but also provides a secure environment for your app-related data. However, building and maintaining your own Chat Module can ...209 readsdesiprogrammer
Desi Programmerdesiprogrammer.hashnode.dev·Sep 9, 2022Let's Create an Amazing and Responsive Developer Portfolio Using Flutter WebIn this Tutorial I have created a responsive Developer Portfolio using Flutter. You can use this to change and learn a lot more about flutter and responsive design using it. Also use it as a base for your own Portfolio. Tutorial https://youtu.be/Q634...1 like·144 readsdesiprogrammer
Desi Programmerdesiprogrammer.hashnode.dev·Jul 19, 2022Fixing React Native link issueReact native Link issue If you are trying to add your assets using react-native link command, you may see that it throws an error, sayingerror Unrecognized command "link". info Run "react-native --help" to see a list of all available commands. Error ...768 readsReact Native
Desi Programmerdesiprogrammer.hashnode.dev·Jun 25, 2022Customizing Bootstrap - 3 Ways to do so. With and without SassUsing Bootstrap Theme We can use bootswatch, which has precompiled custom themes for bootstrap. Overriding CSS For simple uses, we can also override CSS properties to customize some colours and components. Using Sass mkdir node-sass-bootstrap cd no...1.4K readsdesiprogrammer
Desi Programmerdesiprogrammer.hashnode.dev·Feb 21, 2022Multi Step Registration Form In Flutter With/Without ProviderWe will create a multi-step registration form using Flutter in two ways. Using the simple basic setstate and Widgets. Using a provider. Watch Tutorial %[https://www.youtube.com/watch?v=uc5-nl3G9ew] With Basic Widgets import 'package:flutter/mater...2.5K readsFlutter