Skip to content

This is the client side code for the flutter app Gymbud

Notifications You must be signed in to change notification settings

adamoceallaigh/Gymbud-Client

Repository files navigation

Gymbud

A new Flutter project.

Documentation

Flutter own documentation

I utlized this throughout the project as a reference point for implementing and figuring out certain aspects of flutter SDK i didn't understand

Table Calendar

Utilized this library to make my calendar in my application

TinderCards

Utilized this library to make my cards display for the activities, also gave me the ability to swipe and handle swipes left or right on the aforementioned cards

Amazon EC2 Buckets

Used this vdieo to figure out how to upload a file(eg. image) to an amazon s3 buckets using aws-sdk a nodejs package for users ability to store images within my app

NodeJS PassportJS

Used these videos to get an understanding of how I would go about implementin a safe passport Js configuration for authenticating users within my application

Mongoose

Used this to figure out a few things related to mongodb and to figure out a few commands to use to make my app work with my DB as desired

Pusher Documentation

Used this to figure out how to implement real time messaging and data transfer which I needed for my application

Stack Overflow General questions

Most used resource for all my general questions and configuration issues while developing my application

Form Builder Documentation

Used this to allow me to set up and utilize forms throughout my frontend application

Joi Validation

Used this to be able to validate the incoming requests into my backend server and make sure they conform to my obejct schema before inserting into my DB

Nodemon

Used this throughout my project to make my backend application work with hot reload on the backend for debugging and testing purposes

Dio Documentation

Used this library throughout my application to enable me to make http requests from my frontend to my backend and other way around respectively

Riverpod providers and state management

Used and had to read through this documentation a few times to get to grips with state management and how to implement this library to neable me to utilize state management across my application

About

This is the client side code for the flutter app Gymbud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages