https://github.com/hamid313-coder/book_gallery
https://github.com/hamid313-coder/book_gallery
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamid313-coder/book_gallery
- Owner: Hamid313-coder
- License: mit
- Created: 2023-04-03T13:16:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T17:10:49.000Z (over 3 years ago)
- Last Synced: 2025-10-24T22:53:01.696Z (9 months ago)
- Language: Dart
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📖 Flutter Book App
### About the project
This is a demo book app.
This project has been built using the [Flutter](https://flutter.io/) framework, which allows to build an app for mobile, desktop & web, from a single codebase.
## Download & install
First, clone the repository with the 'clone' command, or just download the zip.
```
$ git clone https://github.com/Hamid313-coder/book_gallery.git
```
Then, download either Android Studio or Visual Studio Code, with their respective [Flutter editor plugins](https://flutter.io/get-started/editor/). For more information about Flutter installation procedure, check the [official install guide](https://flutter.io/get-started/install/).
Install dependencies from pubspec.yaml by running `flutter packages get` from the project root (see [using packages documentation](https://flutter.io/using-packages/#adding-a-package-dependency-to-an-app) for details and how to do this in the editor).
There you go, you can now open & run the project. Enjoy!
## 🔌 Plugins
- Provider
- Mobx
- Flutter Mobx
- Google Fonts
- Http
## 🔖 LICENCE
[MIT license](https://github.com/Hamid313-coder/book_gallery/blob/main/LICENSE)