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

App Development

  • Home
  • Software Engineering /
  • Archive for category "App Development"

Category: App Development

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…
Saikat Mondal April 5, 2025 No Comments

What is setState in Flutter and When to Use it ?

Flutter is a powerful framework for building cross-platform apps with a reactive UI. One of its core concepts is state management, and setState is the…
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…
Sandeep Mandal March 8, 2025 No Comments

How to filter a list in dart?

In Dart, we can filter a list using the where method, which returns an iterable containing only the elements that satisfy a given condition. Here’s…
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…

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