Skip to content

larvalabs/flutterweb_github_dataviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the app

  1. Clone this project beside flutter_web, so that it looks something like:

    /code/flutter_web
    /code/github_dataviz
    
  2. Update packages.

    $ flutter packages upgrade
    ! flutter_web 0.0.0 from path ../../flutter_web
    ! flutter_web_ui 0.0.0 from path ../../flutter_web_ui
    Running "flutter packages upgrade" in hello_world...                5.0s

    If that succeeds, you're ready to run it!

  3. Build and serve the example locally.

    $ flutter packages pub run build_runner serve
    [INFO] Generating build script completed, took 331ms
    ...
    [INFO] Building new asset graph completed, took 1.4s
    ...
    [INFO] Running build completed, took 27.9s
    ...
    [INFO] Succeeded after 28.1s with 618 outputs (3233 actions)
    Serving `web` on http://localhost:8080

    Open http://localhost:8080 in Chrome and you should see Hello World in red text in the upper-left corner.

Data Notes

The data starts the week of Oct 19, 2014 which is the first commit. This is week 0 in our data arrays, but it is week 43 in 2014. Year boundaries are then offset by 9 weeks.

About

Visualizing Flutter GitHub repository activity with Flutter web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •