apps
-
I build apps using:
-
Flutter
-
Scroll down to see some examples.
-
App Projects
-
bookclub
Bookclub is an app I published in March 2021. This app uses the Flutter framework and allows users to organise a bookclub with others online.
Features include instant messaging, a searchable widget which uses the Google Books API, meeting dates, and a growing database of book ratings that is built as each book is completed.
To allow for real-time updates in each club, Bookclub realies heavily upon Googles Firebase, Cloud Firestore, user authentication and Cloud storage for profile images.
As well as Firebase the app makes use of local SQL queries to improve app speed and reduce loading times.
bookclub
1
2
3
4
5
6
7
Bookclub is an app I published in March 2021. This app uses the Flutter framework and allows users to organise a bookclub with others online.
Features include instant messaging, a searchable widget which uses the Google Books API, meeting dates, and a growing database of book ratings that is built as each book is completed.
To allow for real-time updates in each club, Bookclub realies heavily upon Googles Firebase, Cloud Firestore, user authentication and Cloud storage for profile images.
As well as Firebase the app makes use of local SQL queries to improve app speed and reduce loading times.