Browsing Tag
project
7 posts
Comparing MS Project Installed and MS Project Online for Software Development Project Management
Installed software refers to self-contained systems that can be placed and run on specific hardware. In contrast, online…
Lessons Learned in Project Management – How to Do It Right
Every project provides valuable experience – positive as well as negative. The good news is that you can…
Kick-Off Workshop: How to Prepare and Conduct It
A well-organized kick-off workshop is an aha experience and the cornerstone of a successful project. The kick-off workshop…
Restaurant Mobile App using flutter
UI credits : https://www.figma.com/file/iwl1DGD3FWKW6jfQzijpsh/Restaurant-Mobile-App-UI-Design-(Community) Results :: landing page sign up page login page forgot password page reset password…
Travel Mobile App using flutter
UI credits : https://www.figma.com/community/file/1075755240115004690/Travel-Mobile-App-Design files assets pubspec.yaml name: testapp description: A new Flutter project. # The following line…
flutter project currency converter
For Explanation watch video main.dart import 'package:flutter/material.dart'; import 'package:testapp/dollar_to_inr.dart'; import 'package:testapp/inr_to_dollar.dart'; void main() { runApp(MyApp()); } class MyApp…
random quote generator using flutter
For Explanation watch video code pubspec.yaml name: testapp description: A new Flutter project. # The following line prevents…