00917397380066 project@truinfosys.com
TISROOT- Data Safety Policy terms and conditions

TISROOT- Data Safety Policy terms and conditions

Privacy Policies of  Trust Infosys Incorporation “the company” and  https://www.truinfosys.com “the website”  for TISROOT “the app”  This Privacy Policy (“Privacy Policy”) describes how Trust Infosys Incorporation  (“the Company”...

Process Behind Screen (PBS) – 8

Footer Screen (footer.dart) Code Description:  `CommonFooter` Class The `CommonFooter` class is a Flutter widget that represents a common footer used in multiple screens of the application. It typically displays information about the application version and...

Process Behind Screen (PBS) – 7

Header Screen CommonHeader.dart Screen Description: Code Descripion: CommonHeader   Class   The `CommonHeader` class is a reusable Flutter widget that represents the header section of the application’s app bar. It is designed to display a centered...

Process Behind Screen (PBS) – 4

Screen 4 : (Broadcast.dart) Screen Description :  Code :- import ‘package:flutter/material.dart’; import ‘package:cloud_firestore/cloud_firestore.dart’; import ‘package:firebase_auth/firebase_auth.dart’; class _BroadcastState...

Process Behind Screen (PBS) – 2

Loginscreen.dart Screen Description:  Code:- import ‘package:flutter/material.dart’; import ‘package:firebase_auth/firebase_auth.dart’; import ‘package:cloud_firestore/cloud_firestore.dart’; import...