Skip to content

DevOps Consulting

DevOps Consulting | SRE Consulting | DevSecOps Consulting |

DevOps Consulting

DevOps Consulting | SRE Consulting | DevSecOps Consulting |

  • Home
  • About
  • DevOps Consulting
  • Contact Us
    • Home
    • 2022
    • December
Uncategorized

How to apply ternary operator on cheakbox

Abhishek Singh Dec 27, 2022 0 Comments

Widget _buildCheckboxHotels() =>widget.hotels=='1'? ListTile( leading: Icon(Icons.check), title: Text( 'Hotels', style: TextStyle( color: Colors.black54, fontSize: 16, ), ), trailing: Checkbox( value: Hotel, onChanged: (bool? value) { setState(() { this.Hotel = value!;…

flutter

How to get data in listview builder in flutter

Abhishek Singh Dec 23, 2022 0 Comments

I'm pretty new to using the REST API to get data and display it in a listview in Flutter. API initializing  var productapi = new ProductAPI(); @override void initState() {…

Uncategorized

How to apply ternary operator on text widget

Abhishek Singh Dec 22, 2022 1 Comments

// flight set variable // note: value should be in "1" widget.flight=='1'?Text( // Text( "Flight", textAlign: TextAlign.left, style: TextStyle( color: Colors.black, fontSize: 15), ):Text( "", textAlign: TextAlign.left, style: TextStyle( color:…

Uncategorized

how to create nested tabbar in flutter

Abhishek Singh Dec 22, 2022 0 Comments

steps: appBar: AppBar(               centerTitle: true,             title: Text('HolidayLandmark'),               bottom: TabBar(  …

Uncategorized

How to apply checkbox in flutter

Abhishek Singh Dec 22, 2022 0 Comments

step 1 set variable in class String myflight; bool Flight = false; Implement in Route in onpress() onPressed: () { setState(() async { _controllerCategory.text = widget.Category; String myflights= myflight.toString(); ;…

Uncategorized

Flutter:height of the AppBar

Abhishek Singh Dec 19, 2022 0 Comments

How can I simply set the height of the AppBar in Flutter? Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.symmetric(vertical: 8.0, horizontal: 10.0), child: MaterialApp( home: DefaultTabController( length: 2,…

Uncategorized

What is the top 10 advantage of Microservices Architecture?

Abhishek Singh Dec 14, 2022 0 Comments

Microservices Microservices architecture is a framework where an application is separated into smaller services and each of those services typically runs a unique process and manages its own database.There are…

Uncategorized

How to create login form with validation in flutter

Abhishek Singh Dec 12, 2022 0 Comments

main.dart import 'package:flutter/material.dart'; import 'package:flutter_application_1/myhomepages.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext…

Uncategorized

The microservices checklist

Abhishek Singh Dec 12, 2022 0 Comments

Of course, no checklist can cover all the topics about microservices. Ideally,you should understand what you are doing if you are doing something big. However,if you are more in a…

Uncategorized

What are microservices

Abhishek Singh Dec 9, 2022 0 Comments

microservice is a collection of freely deployable services. It is an approach to building application software as a collection of independently deployable, compact, modular services Microservices are small, independent, and…

Posts navigation

1 2

Next Page »

Recent Posts

  • JavaScript Async/Await
  • Promise Object Properties
  • Anonymous functions in js
  • Explain the API documentation and test it using Postman
  • Online URL Analyser Tool
  • What is JSX in React
  • how to change database password in XAMPP
  • How to stored data in procedure
  • CallBack Function in JavaScript
  • JavaScript Map
  • Arrow Function in JavaScript
  • Crud operation in Laravel with react js
  • Image Editor tool online
  • npm install fails due to unable to resolve dependency tree
  • Split Pdf Pages Tools online

Recent Comments

  1. Dharmendra kumar on Best DevOps Consulting firms in India
  2. Dharmendra kumar on DevOps Consulting Services
  3. Amit Kumar on DevOps Consulting Services
  4. Abhishek Singh on DevOps Consulting Services
  5. Abhishek Singh on Best DevOps Consulting firms in India

Archives

  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022

Categories

  • Angular
  • DevOps consulting
  • DevOps consulting services
  • Digital marketing
  • error in laravel
  • flutter
  • How to Count Data in Linkedin
  • Image Editor Tools
  • image processor tool
  • Manage devDependencies and Dependencies
  • Node js
  • Online Image for social sites
  • Props in Vue.js
  • Uncategorized
  • URL Analyser Tool
  • Web-page Size Checker

You Missed

Uncategorized

JavaScript Async/Await

Uncategorized

Promise Object Properties

Uncategorized

Anonymous functions in js

Uncategorized

Explain the API documentation and test it using Postman

DevOps Consulting

DevOps Consulting | SRE Consulting | DevSecOps Consulting |

Copyright © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • DevOps Consulting
  • Contact Us