https://github.com/selcia25/flutter_applications
📱This repository contains a collection of Flutter applications and Dart scripts for various purposes.
https://github.com/selcia25/flutter_applications
dart flutter mobile-app mobile-development
Last synced: 3 months ago
JSON representation
📱This repository contains a collection of Flutter applications and Dart scripts for various purposes.
- Host: GitHub
- URL: https://github.com/selcia25/flutter_applications
- Owner: selcia25
- Created: 2024-04-04T02:43:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T18:21:23.000Z (over 1 year ago)
- Last Synced: 2025-02-21T23:18:07.205Z (8 months ago)
- Topics: dart, flutter, mobile-app, mobile-development
- Language: C++
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Programs
This repository contains simple Flutter programs for various mathematical operations.
## Programs
- **Armstrong Number Checker**: A program to check if a given number is an Armstrong number.
- **Counter App**: A simple app to demonstrate the use of a various counters in Flutter.
- **Factorial Calculator**: A program to calculate the factorial of a given number.
- **GCD Calculator**: A program to calculate the greatest common divisor (GCD) of two numbers.
- **Reverse Digits**: A program to reverse the digits of a given number.## Getting Started
To run these programs, you need to have Flutter installed on your machine. If you haven't installed Flutter yet, you can follow the [official installation guide](https://flutter.dev/docs/get-started/install).
Once Flutter is installed, you can clone this repository and run the programs using the following steps:
1. Clone the repository:
```bash
git clone https://github.com/selcia25/flutter_applications.git
```2. Navigate to the program directory (e.g., `armstrong`, `counter`, etc.):
```bash
cd armstrong
```3. Run the program using Flutter:
```bash
flutter run
```## Contributing
Contributions are welcome! If you have any improvements or additional programs to add, feel free to submit a pull request.