Git Product home page Git Product logo

birdforce's Introduction

Netlify Status

License

One thing to note that all the code is under BSD-2 license except the assets. If you have Canva Pro account, then you can reuse the assets too. For the social assets, please refer to the rules of the specific product, for example for twitter, checkout their brand rules and youtube, you will need to check theirs etc.

I chose BSD-2 because Flutter uses BSD-2 too, could have chosen any license really.

Info

flutterCanada.ca using Flutter Web. The repo is not configured for other platforms, if you test the navigation might fail.

Test

Devo

From your terminal run the following command. We use the html renderer instead of the default canvas as canvas adds 2mb to the website.

flutter run -d chrome --web-renderer html

Release

From your terimal run the following command. Feel free to change the port number as needed.

flutter build web && cd build/web --web-renderer=html && (python -mSimpleHTTPServer &) && open http://localhost:8000/`

Deploy

The builds are automatic from the master branch. Netlify site gets a notification when a new commit is added to the master branch and the following commands are run:

if cd flutter; then git pull && cd ..; else git clone https://github.com/flutter/flutter.git; fi && flutter/bin/flutter config --enable-web && flutter/bin/flutter build web --release --web-renderer html;ls -l;cp netlify.toml build/web/netlify.toml;

So the command loads Flutter, builds the web release version, copies the netlify config and publishes build/web folder.

birdforce's People

Contributors

marsgoatz avatar kmil0 avatar alanjhill avatar infiniteoverflow avatar roaa94 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.