Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

Snigdha Paul

  • Home
  • Articles posted by Snigdha Paul

Author: Snigdha Paul

Snigdha Paul May 10, 2025 No Comments

How to encrypt a text using SHA256 in dart or flutter?

We need to import a external package 'package:crypto/crypto.dart' and a dart built-in library 'dart:convert' . Now lets see the code for encrypting a text import…
Snigdha Paul April 19, 2025 No Comments

How to create named routes and use them for redirecting to another page in flutter?

First we have to initialize routes. Let’s check the code : void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); //…
Snigdha Paul April 12, 2025 No Comments

How to run a code repeatedly after a period of time in flutter?

Sometimes we need to show a updated value which is coming from the server. In that case we need to fetch data repeatedly with interval…
Snigdha Paul April 5, 2025 No Comments

How to filter out element from a list of maps using where() method in Dart?

We use where() method with collections (like list, set ..) to filter out that collection elements. A where() method returns a new iterable which satisfies…
Snigdha Paul March 22, 2025 No Comments

How to store, retrieve and delete any key-value pair through SharedPreferences in flutter?

Through SharedPreferences we can store and retrieve key value pair even after closing the app. The key-value pair stored through SharedPreferences are not deleted after…
Snigdha Paul March 15, 2025 No Comments

How to use replaceAll() function in dart?

replaceAll() is a string method. It is used to replace all occurrences of the specified substring inside a string with another substring. Syntax:actualString.replaceAll( oldSubstring, newSubstring…
Snigdha Paul March 8, 2025 No Comments

What is the functionality of ‘late’ keyword in dart?

The ‘late‘ keyword is used to declare non-nullable variables before their initialization. But that initialization will be done before that variable is accessed. Lets understand…
Snigdha Paul March 1, 2025 No Comments

What does double question mark (??) means in dart programming language?

The double question mark operator checks if the variable specified at the left of this operator is null or not. If the left side variable…
Snigdha Paul February 22, 2025 No Comments

How to use push(), pop() methods of Navigator class in flutter?

In flutter we navigate from one page to another page by using Navigator class. The Navigator widget maintains a stack of roots. When we use…
Snigdha Paul February 15, 2025 No Comments

How to create nullable variable in Dart programming language?

There are two ways to create nullable variable. 1) Using var keyword, Syntax : var variable_name;2) Using datatypeSyntax : int? variable_name; Nullable variable creation using…

Posts navigation

Older posts

Search

Category

  • App Development (24)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (27)
  • Uncategorized (6)
  • Web Development (174)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to encrypt a text using SHA256 in dart or flutter? May 10, 2025
  • How To The Write `directoryList( )` Function In ColdFusion? May 10, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy