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.
- Host: GitHub
- URL: https://github.com/berkaygediz/bg_blog
- Owner: berkaygediz
- License: gpl-3.0
- Created: 2023-06-27T23:01:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T17:49:22.000Z (over 1 year ago)
- Last Synced: 2025-04-16T01:38:08.019Z (over 1 year ago)
- Topics: blog, flutter, flutter-apps, flutter-examples, posts
- Language: Dart
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.