Skip to content

A Flutter app listing static contents. 📱✨

License

Notifications You must be signed in to change notification settings

berkaygediz/bg_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BG Blog

BG Blog is a simple Flutter application that displays static content.

Features

  • The home page displays the latest blog posts.
  • Each blog post can be viewed on a separate page.
  • You can view the number of posts for users and the number of posts owned by each author in BG Blog.

Getting Started

  1. Clone this repository:
git clone https://github.com/berkaygediz/BG-Blog.git
  1. Open the project in your preferred IDE or text editor.
  2. Install the required packages by running the following command in the project directory:
flutter pub get
  1. Run the app on an emulator or connected device:
flutter run

Contributing

Contributions are always welcome! If you find any issues or would like to suggest enhancements, please create a new issue or submit a pull request.