Skip to content

WillianKirsch/williankirsch.github.io

Repository files navigation

GitHub Pages + Flutter Web - williankirsch.github.io

ℹ️ Como publicar o seu site feito em Flutter no GitHub Pages

Getting Started

This project is a starting point for a Flutter application that follows the simple app state management tutorial.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps

flutter packages pub run build_runner build

Publicando web

Rode o comando:

flutter build web

Em seguida, vá ate a /build/web e copie todo o conteúdo para /docs

flutter build web --web-renderer html --release flutter build web --web-renderer canvaskit --release

TODO

  • Criar thema
  • Colocar o Liga e desliga a luz
  • Colocar a popidi
  • Colocar projetos trabalhados
  • Colocar projetos existentes com direcionamento
  • Colocar tags de tecnologias
  • Melhorar desempenho do site