Skip to content

getWombats/blog_ui

Repository files navigation

Banner

Blog Flutter UI Project

Simple Flutter application displaying, posting and editing blogs.

This project is intended to implement the contents of the course IN307 "Mobile Computing". Further the Flutter app uses the Quarkus REST Api Project for crud operations of the blog entries.


Prerequisites

Following extensions are needed in VS Code:


Run the App

  • Maybe it is required get all dependencies before starting the first time. This command gets all the dependencies listed in the pubspec.yaml file in the current working directory, as well as their transitive dependencies:

    flutter pub get
  • Run:

    flutter run

The app only runs on windows and android. For iOS support, please contact me here.


Change Log

  • Initial commit with demo code
  • Updated readme
  • Implement blog list view

Roadmap

  • Put all opening curly braces on new line
  • Implement Drawer menu
  • Implement "add blog post" button with functionality
  • Implement folder structure or something like a design pattern
  • Implement "add new blog post" dialog

Roadmap to be completed soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors