8000 GitHub - bertrandmc/flutter.github.io: Flutter web site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bertrandmc/flutter.github.io

 
 

Repository files navigation

Flutter's website

Designed to run in GitHub pages.

Build Status

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

5AA4

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

About

Flutter web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.5%
  • HTML 25.4%
  • Ruby 13.6%
  • Dart 11.5%
  • Shell 1.0%
0