An open API service indexing awesome lists of open source software.

https://github.com/berkaygediz/bg_blog

📱 A Flutter app listing static contents.
https://github.com/berkaygediz/bg_blog

blog flutter flutter-apps flutter-examples posts

Last synced: 5 months ago
JSON representation

📱 A Flutter app listing static contents.

Awesome Lists containing this project

README

          

# 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
```

2. Open the project in your preferred IDE or text editor.
3. Install the required packages by running the following command in the project directory:

```
flutter pub get
```

4. 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.