Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerald-jacob/Flutter-Apps
:cyclone: This is mainly focus on a complete application for production
https://github.com/jerald-jacob/Flutter-Apps
dart flutter flutter-apps flutter-examples flutter-material flutter-package flutter-plugin flutter-widget
Last synced: 17 days ago
JSON representation
:cyclone: This is mainly focus on a complete application for production
- Host: GitHub
- URL: https://github.com/jerald-jacob/Flutter-Apps
- Owner: jerald-jacob
- Created: 2019-11-28T04:26:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T07:30:22.000Z (over 3 years ago)
- Last Synced: 2024-11-09T04:37:43.810Z (about 1 month ago)
- Topics: dart, flutter, flutter-apps, flutter-examples, flutter-material, flutter-package, flutter-plugin, flutter-widget
- Language: Dart
- Homepage:
- Size: 97.9 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Hangman
README
# Hangman
## Getting StartedHangman-Game
A new Flutter application.Description
Simply begin typing to enter your guesses
You only have 5 guesses until the current word is cleared and the next one is loaded
Your wins and failed attempts are recordedRequirements
- Download the apk file attached in the repository
- Enter your name before you started
- Select which type of word you guess
- Enter the guessed character
- Every wrong answer their should be a hangman image displayed
Technologies Used
- FLUTTER
- REST API
Code Explanation
Basically, the meat and potatoes of the code is in the dart file, where the variables and game logic is stored
The Flutter UI sets up the basic elements of the game such as the title, pictures and audio, text elements indicating progress and points, etc.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.