Skip to content

anoobbava/hello_my_dear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_my_dear

It is a basic flutter project which is used to greetsings based on time.

Contents of This App

  1. Stateless Widgets
  2. Time manipulation
  3. Widgets Handling
  4. Column Widget with multiple widgets
  5. Use of SafeArea to remove the spacing
  6. use of intl package for time manipulation.
  7. use of Padding widget to handle the spacing
  8. Dynamic interpolation of names.
  9. Adding custom font in Flutter
  10. use of ClipRRect to makde the image circular in edges.

Logic for the App

It will fetch the current time in hours, and display message and image accordingly.

Good Morning My Dear

Screen Shot 2020-01-07 at 11 18 39 AM

Good Afernoon My Dear

Screen Shot 2020-01-07 at 11 26 15 AM

Good Evening My Dear

Screen Shot 2020-01-07 at 11 26 38 AM

Good Night My Dear

Screen Shot 2020-01-07 at 11 26 51 AM