joshuadeguzman / flutterph.github.io

Source for the official website of Flutter Philippines.

Home Page:https://flutter.ph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

Source for the official website of Flutter Philippines.

https://flutter.ph

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 91.6%Language:Kotlin 3.4%Language:Swift 3.2%Language:HTML 1.5%Language:Objective-C 0.3%