An open API service indexing awesome lists of open source software.

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.

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.