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
- Host: GitHub
- URL: https://github.com/kpg782/seqsense
- Owner: KpG782
- License: mit
- Created: 2025-06-29T09:40:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-30T15:12:24.000Z (8 months ago)
- Last Synced: 2025-06-30T16:27:11.888Z (8 months ago)
- Topics: android-application, dart, flutter, flutterflow, mathematics
- Language: Dart
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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




## π¦ 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
```