Skip to content

joshuadeguzman/flutterph.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.