The WordPress’s SyntaxHighligter Evolved is a great plugin for syntax highlighting. It supports a ton of syntaxes and has a…
Month: July 2022
Encryption and decryption in flutter
This tutorial explores the data encryption and decryption using the dart language for the flutter apps. We come across the…
Flutter TextField Tutorial
TextField widgets are used for reading text inputs, like username, password, phone number, email address, etc. from the keyboard. They…
Flutter OutlinedButton Tutorial (2022)
An OutlinedButton is a button with text child and a border outline. It is also a form of TextButton with…