Skip to content

flutterph/flutterph.github.io

Repository files navigation

Flutter Philippines Official Website

by Joshua M. de Guzman

This is a demostrable Flutter for Web application using the latest changes in Flutter in the master channel. This aims to help those who are about to start building Flutter apps in the Web, be it a designer or a developer.

NOTE: This are only build files to host the project in the organization's domain name, source code can be found at https://github.com/joshuadeguzman/flutterph.github.io.

Project

1. Setup

Switch to master

$ flutter channel master
$ flutter upgrade
$ flutter config --enable-web

Clone repo

$ git clone https://github.com/joshuadeguzman/flutterph.github.io

Download dependencies

$ flutter packages get

2. Run

Debug

$ flutter run -d chrome --verbose

Release

$ flutter run -d chrome --verbose --release

3. Tests

$ flutter run test/<TEST_FILE.dart>

Support

I would highly appreciate if we connect on Twitter or Github, and discuss Fluttery things over a cup of coffee ☕.

Cool stuff to try out!

Awesome Flutter

Flutter Showcase by 2dimensions

Flutter Developer Quest

License

flutterph.github.io is released under the BSD-3 Clause License. See LICENSE for details.