Skip to main content

Task Management UI using Flutter


 

This Project is mainly based on the Creation of the Task Management UI using Flutter .Firstly Let us know what is flutter
 
Flutter:
 
Flutter is an open-source framework created by Google for building cross-platform applications with a single code base. Dart is a typed object-oriented programing language used to build the flutter application.
Cross-platform application is developing a single application that can run on various Operating systems without the need for development in the respective environment.
 
Before Getting start in Flutter We need to install flutter and setting the Environment to work With Flutter Please Refer this How to install Flutter and setting up the Environment in vs code.
 
 You can Fin
Let Get Started. This Task Management App Contains three pages
  • Home page
  • Manage Task Page
  • Create new Task page
 
Home page:  
 
The Home page this mainly focus on Current data Task and Horizontal scroll-able project panel. This page view Can be divided into section for Our understanding.We need to divide this page into Columns and Row. Please Refer this Link For the code 
 
Manage Task page:
    The Manage Task page this mainly focus on manage the Tasks available on selected date and can able to Add the task on the Selected date.Please Refer this Link For the code 

 
Create New Task page:
    The Create new Task page is  used to Add New tasks ,set date and time to get the notification on the task.Please Refer this Link For the code.
 

 The Project Code is available in GitHub Link.
 
I hope this article will be helpful and share it with your friend who might find it useful.
 
 

Comments

Popular posts from this blog

How to install fultter and Setting up Enviroment in vs code

When you are getting started with app development you will come across these two terms “Native apps” and “Cross-Platform apps”. We are currently going to Focus on Cross-platform apps we will discuss native apps later. Firstly, What are Cross-platform apps?   Available Cross-platform technology and Frameworks? What are Cross-platform apps?                 Cross-platform application is developing a single application that can run on various Operating systems without the need for development in the respective environment. Available Cross-platform technology and Frameworks?                The most popular cross-platform framework or technology is “React Native” and “Flutter”. There are many other frameworks are available but the most popular are these two frameworks Flutter     Flutter is an open-source framework created by Google f...

Planning Microsoft 365 architecture

In the previous posts we have discussed what is Microsoft 365 and different subscription avaliable in the microsoft 365.If haven't seen the post please take a look Link .In this post we are going to discuss about the planning microsoft architecture.Let get started Let's say a company decides that they want to migrate to Microsoft 365. So we have to plan an architect for the deployment and implementation on Microsoft 365. The migration plan includes few phases Microsoft 365 evaluation Microsoft 365 on-premises integration Microsoft 365 planning consideration Microsoft 365 evaluation Microsoft evaluation as the name we need make few evalution before we migrate to microsoft 365.Let's discuss the few criteria. Network We want secure and high Bandwidth network connection to access microsoft 365 and to make a stab...