https://github.com/ansh-rathod/flutter-superhero-app
Simple Superheros information app with animations and local database.
https://github.com/ansh-rathod/flutter-superhero-app
flutter flutter-app super-hero superhero-api
Last synced: 16 days ago
JSON representation
Simple Superheros information app with animations and local database.
- Host: GitHub
- URL: https://github.com/ansh-rathod/flutter-superhero-app
- Owner: Ansh-Rathod
- Created: 2021-08-14T10:24:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T05:37:42.000Z (over 4 years ago)
- Last Synced: 2025-03-31T23:38:47.067Z (about 1 year ago)
- Topics: flutter, flutter-app, super-hero, superhero-api
- Language: Dart
- Homepage:
- Size: 8.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperHERO
## App Features.
Simple Superheros information app with animations and local database.
## App Information
**Packages used:**
- cached_network_image: ^3.1.0
- google_fonts: ^2.1.0
- hive_flutter: ^1.1.0
- path_provider: ^2.0.2

## How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [Flutter](https://flutter.dev/docs/get-started/install) installed on your computer. From your command line:
```
# Clone this repository
$ git clone https://github.com/Ansh-Rathod/Flutter-SuperHERO-App.git
# Go into the repository
$ cd Flutter-SuperHERO-App
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
```