flutter_hybrid_template

Stars
9

flutter_hybrid_template

A hybrid Flutter app with 2 way communication with web components.

Features

  • 2 Way Communication
  • Web Components w/ slots and attributes
  • Auto updates
  • Offline support
  • Web App
  • Github Pages
  • Vite dev server
  • Typescript

Flutter Setup

Flutter views code be in lib folder.

There is a lit component already setup my-app and you can add new components for parts you want to break out.

Web Setup

Web code will be in src folder.

Related Projects