Skip to content

sheheryarkhan501/Outsourced-Pages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outsourced-Pages

Create the following pages in flutter:

  • Available Experts Page (do this page within lib/pages/available_experts_page.dart): image

  • Call Tracker Page (do this page within lib/pages/available_experts_page.dart): image

Also edit lib/pages/components/sub_menu.dart, lib/pages/components/top_menu.dart so that they appear as shown here on both the avaialble experts and call tracker pages: image

Next, edit the lib/utils/formatting/app_theme.dart file if necessary with any color changes so we can keep those consistent across the whole app.

Finally, edit the lib/utils/global_bloc.dart file so the filter works. I have added sample data in the lib/utils/sample_data.dart file so you can test how everything is working. My models for available experts and call trackers can also be found in lib/utils/models. Make sure this sample data flows through global_bloc through the expertsList and callsList variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 55.1%
  • C++ 22.1%
  • CMake 18.1%
  • HTML 1.7%
  • Swift 1.6%
  • C 1.3%
  • Other 0.1%