"Blogo App"
It's a flutter app with integration of RestfulAPI. In this app user can post his blog, and comment other's blog.
- RESTful API Integration
- GetX State Management
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/mostafijur566/blog_app_flutter.git
# Go into the repository
$ cd blog_app_flutter
# Install dependencies
$ flutter pub get
# Run the app
$ flutter run
# You can also run this app on Web (Not Optimized and Flutter Beta or Above Channel Required)
$ flutter run -d chromeBelow are the information about packages used in this project.
| Package |
|---|
| persistent_bottom_nav_bar |
| get |
| shared_preferences |
| flutter_spinkit |
| snippet_coder_utils |
https://github.com/mostafijur566/blog_app_system
The project directory structure is as follows:
├── android
├── assets
├── build
├── ios
├── lib
├── controller
├── data
├── helper
├── models
├── pages
├── routes
├── utils
├── widgets
├── main.dart
├── pubspec.lock
├── pubspec.yaml
Made by Mostafijur Rahman