Skip to content

albertodev01/flutter_book_website

Repository files navigation

Website icon

Official repository of the fluttercompletereference.com website

CI status Stars count on GitHub License type


This repository contains the source code of the fluttercompletereference.com website. The server was created using Dart's official shelf package. The most relevant parts of this CLI application are:

  • The bin folder contains the main() entry-point that starts the server. Helper methods and configurations of the HTTP/HTTPS servers are inside lib.

  • The website comprises three static HTML files, a minified CSS stylesheet and some image assets (in .png or .svg format). All this content is located in the public folder, which is served by the HTTPS server instance.

  • The test folder has some certificates that we only use for unit tests. Those server.key and server.pem files are not used in the production server.

To see how we generate the pages and validate the HTML code, check the README.md in the tool folder.

About

Official repository of the "Flutter Complete Reference 2" website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published