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

https://github.com/kpg782/seqsense

SeqSense is a Flutter app, scaffolded with FlutterFlow and fully customized in Dart, that provides an intuitive interface for visualizing and experimenting with popular number sequences and mathematical
https://github.com/kpg782/seqsense

android-application dart flutter flutterflow mathematics

Last synced: 8 months ago
JSON representation

SeqSense is a Flutter app, scaffolded with FlutterFlow and fully customized in Dart, that provides an intuitive interface for visualizing and experimenting with popular number sequences and mathematical

Awesome Lists containing this project

README

          

# πŸ”’ SeqSense

A Flutter application for visualizing and experimenting with popular number sequences and mathematical algorithms. Originally scaffolded with FlutterFlow and fully customized in Dart, **SeqSense** offers an intuitive UI for exploring:

- **Fibonacci Sequence**
- **Lucas Numbers**
- **Tribonacci Sequence**
- **Collatz Sequence (3n + 1)**
- **Pascal’s Triangle**
- **Euclidean GCD Algorithm**

## πŸš€ Features

- πŸ“ˆ Interactive calculators for each sequence/algorithm
- πŸ”„ Real-time result display with scrollable containers for large outputs
- 🎨 Consistent theming with custom cards, buttons, and typography
- πŸ› οΈ Modular code structure: UI, logic, and custom actions in `custom_code`
- πŸ—ΊοΈ Named route navigation with smooth page transitions
- πŸ“¦ State management via a central `app_state.dart`

## πŸ“‹ Table of Contents

- [Demo Screenshot](#demo-screenshot)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Project Structure](#project-structure)
- [Contributing](#contributing)
- [License](#license)

## πŸ“Έ Demo Screenshot

![SeqSense Demo](assets/screenshots/1.jpg)
![SeqSense Demo](assets/screenshots/2.jpg)
![SeqSense Demo](assets/screenshots/3.jpg)
![SeqSense Demo](assets/screenshots/4.jpg)

## πŸ“¦ Prerequisites

- Flutter SDK β‰₯ 3.0
- Dart β‰₯ 2.18
- An IDE like Android Studio, IntelliJ, or VS Code
- (Optional) FlutterFlow account if you plan to re-export changes

## πŸš€ Getting Started

1. **Clone the repository**
```bash
git clone https://github.com//seqsense.git
cd seqsense
```