Skip to content

VHCBlade/VHCSite

Repository files navigation

VHCSite

This is the GitHub for my statically hosted site vhcblade.com I made this open source so that anyone can just take it and use it for their own projects. Powered by Flutter.

This project also serves as a demonstration for the various event-based packages I've developed for Flutter, as well as Dart in general.

General Packages Used

  • event_bloc - an event-based implementation of the BLoC pattern.
  • event_db - A companion package for handling serializable models and databases with event_bloc.

Additional Code for Site

  • vhcsite_models - contains the models used across the api and the website
  • vhcsite_api - the server that this website interfaces with.