{"id":29212138,"url":"https://github.com/kpg782/seqsense","last_synced_at":"2026-04-19T06:33:29.703Z","repository":{"id":302106011,"uuid":"1010539709","full_name":"KpG782/SeqSense","owner":"KpG782","description":"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","archived":false,"fork":false,"pushed_at":"2025-06-30T15:12:24.000Z","size":2470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-30T16:27:11.888Z","etag":null,"topics":["android-application","dart","flutter","flutterflow","mathematics"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KpG782.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-29T09:40:58.000Z","updated_at":"2025-06-30T15:12:27.000Z","dependencies_parsed_at":"2025-06-30T16:37:50.040Z","dependency_job_id":null,"html_url":"https://github.com/KpG782/SeqSense","commit_stats":null,"previous_names":["kpg782/seqsense"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KpG782/SeqSense","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KpG782%2FSeqSense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KpG782%2FSeqSense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KpG782%2FSeqSense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KpG782%2FSeqSense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KpG782","download_url":"https://codeload.github.com/KpG782/SeqSense/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KpG782%2FSeqSense/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263222514,"owners_count":23433031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-application","dart","flutter","flutterflow","mathematics"],"created_at":"2025-07-02T22:07:33.320Z","updated_at":"2026-04-19T06:33:29.695Z","avatar_url":"https://github.com/KpG782.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔢 SeqSense\n\nA 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:\n\n- **Fibonacci Sequence:** Each term is the sum of the two preceding terms, starting with 0 and 1.\n- **Lucas Numbers:** Similar to Fibonacci but begins with 2 and 1, generating a unique series with the same recurrence.\n- **Tribonacci Sequence:** Extends the Fibonacci concept; each term is the sum of the three preceding terms (0, 0, 1).\n- **Collatz Sequence (3n + 1):** For any positive integer n, if n is even, divide by 2; if odd, multiply by 3 and add 1; repeat until reaching 1.\n- **Pascal’s Triangle:** A triangular array of binomial coefficients where each entry is the sum of the two entries above it.\n- **Euclidean GCD Algorithm:** Iteratively computes remainders to find the greatest common divisor of two integers.\n\n## 🚀 Features\n\n- 📈 Interactive calculators for each sequence/algorithm\n- 🔄 Real-time result display with scrollable containers for large outputs\n- 🎨 Consistent theming with custom cards, buttons, and typography\n- 🛠️ Modular code structure: UI, logic, and custom actions in `custom_code`\n- 🗺️ Named route navigation with smooth page transitions\n- 📦 State management via a central `app_state.dart`\n\n## 📋 Table of Contents\n\n- [Demo Screenshot](#demo-screenshot)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## 📸 Demo Screenshot\n\n![SeqSense Demo](assets/screenshots/1.jpg)\n![SeqSense Demo](assets/screenshots/2.jpg)\n![SeqSense Demo](assets/screenshots/3.jpg)\n![SeqSense Demo](assets/screenshots/4.jpg)\n\n## 📦 Prerequisites\n\n- Flutter SDK ≥ 3.0\n- Dart ≥ 2.18\n- An IDE like Android Studio, IntelliJ, or VS Code\n- (Optional) FlutterFlow account if you plan to re-export changes\n\n## 🤝 Collaborators \u0026 Developers\n\n- Ken Patrick Garcia: Project Leader \u0026 Full-Stack Developer\n- Brian Ashley Papa: Backend Developer\n- Mars Maguddayao: Researcher\n\n## 🍴 Fork the repo\n\n- 🔄 Create feature branch: git checkout -b feature/YourFeature\n- 📝 Commit changes: git commit -m 'Add some feature'\n- 🔃 Push to branch: git push origin feature/YourFeature\n- 📩 Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpg782%2Fseqsense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpg782%2Fseqsense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpg782%2Fseqsense/lists"}