Skip to content

qchong/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter's website

Flutter's static website, built with Jekyll.

Build Status

Issues, bugs, and requests

We welcome contributions and feedback on our website! Please file a request in our issue tracker and we'll take a look.

Developing

Install Jekyll and related tools by following the instructions provided by GitHub.

A tldr version follows:

  • First time contributor to this site? Ensure you have Ruby and bundler installed, and then run bundle install
  • Create a branch.
  • Make your changes.
  • To test your changes, run bundle exec jekyll serve (or jekyll serve -w --force_polling)

Code Snippet Validation

The code snippets in the markdown documentation are validated as part of the build process. Anything within a '```dart' code fence will be extracted into its own file and checked for analysis issues. Some ways to tweak that:

  • if a code snippet should not be analyzed, immediately proceed it with a <!-- skip --> comment
  • to include code to be analyzed, but not displayed, add that in a comment immediately proceeding the snippet (e.g., <!-- someCodeHere(); -->)
  • a snippet without any import statements will have an import ('package:flutter/material.dart') automatically added to it

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.4%
  • HTML 4.8%
  • JavaScript 2.8%
  • Dart 1.7%
  • Shell 1.2%
  • Ruby 1.1%