hackforla / new-schools-today

An open-source project to modernize online school resources led by students
16 stars 7 forks source link

Flutter Router/Homepage code #31

Closed theswerd closed 4 years ago

theswerd commented 4 years ago

Overview

Create central router and homepage code

Action Items

Resources/Instructions

jasonTelanoff commented 4 years ago

Update to Resources/Instructions

Medium Article #1 Medium Article #2

jasonTelanoff commented 4 years ago

I started on the router. The main.dart file will display the correct page. To view the code, view the "routers" branch. I will add a way to change pages on every page by Wednesday. I also decided to mostly follow Medium Article #1, but look at Medium Article #2 when I need more help.

jasonTelanoff commented 4 years ago

Pages can now navigate to other pages. I need to handle undefined routers, pass parameters, and some other stuff.

jasonTelanoff commented 4 years ago

I did all of that Wednesday, forgot to check in. I just need to figure out how to pass several parameters of different types

jasonTelanoff commented 4 years ago

I finished making a simple router. It works, and looks clean. @theswerd and I should talk more about the router's complexity and efficiency. As for the homepage, I think that should be a different issue.

  1. Finished making the router
  2. Might not be the most efficient
  3. Weekend, a lot of next week
  4. Monday, for the router