Skip to content
View anies1212's full-sized avatar

Block or report anies1212

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anies1212/README.md

Hi there, I'm Seina Arakaki πŸ‘‹

A Flutter/Dart engineer passionate about mobile app development and building CI/CD tools that improve developer experience.

πŸ›  Tech Stack

Dart Flutter TypeScript Go Swift GitHub Actions

πŸš€ Featured Projects

Flutter/Dart Packages

Project What it solves Why I built it Level Skills
iris_camera Existing Flutter camera plugins lack fine-grained control over lens switching, focus, and exposure Needed advanced camera features (burst shooting, lens selection, AF/AE monitoring) for production apps πŸ“¦ Published on pub.dev Flutter Plugin, AVFoundation, CameraX, Platform Channels
supatools Manually writing Freezed models from Supabase schema is tedious and error-prone Automate repetitive code generation to speed up development πŸ“¦ Published on pub.dev Code Generation, Melos Monorepo, Supabase API
fly_to_target Complex multi-widget animations to target positions require boilerplate code Provide a simple API for cart-fly-in effects and similar animations πŸ“¦ Published on pub.dev Flutter Animation, CustomPainter, Implicit Animations

CI/CD & Developer Experience Tools

Project What it solves Why I built it Level Skills
go-vuln-gate govulncheck fails CI on all vulnerabilities regardless of severity Filter vulnerabilities by CVSS score threshold - only fail on high-severity issues 🏭 Production Go, NVD API, govulncheck, GitHub Actions, Docker
supabase-diff-action Manual comparison of Supabase environments (staging vs production) is error-prone Detect Edge Functions, RLS, SQL Functions, and Schema differences automatically in CI 🏭 Production Supabase Management API, GitHub Actions, TypeScript
specsentinel Manual UI review against Figma specs misses padding/font mismatches Automate design-to-code verification in CI pipeline 🚧 MVP Static Analysis, Figma API, GitHub Actions
store-review-monitor Manually checking App Store/Google Play review status delays response Get instant Slack notifications when review status changes (supports GitHub Actions & Bitrise) 🏭 Production App Store Connect API, Google Play API, Go, TypeScript
flutter-deadline Temporary code (workarounds, feature flags) accumulates as tech debt Track code expiration dates and notify team via Slack 🏭 Production Dart Annotations, AST Parsing, GitHub Actions
tag-release-bridge Manually listing merged PRs for release notes is time-consuming Auto-generate release summaries grouped by author and category 🏭 Production GitHub API, PR Automation, TypeScript
pr-checklist-to-sheets Tracking QA checklists across PRs in spreadsheets requires manual copy-paste Auto-generate Google Sheets checklists from merged PRs, grouped by reviewer 🏭 Production Google Sheets API, GitHub API, TypeScript
jira-pbi-cli Context-switching between browser (Jira) and terminal (git) wastes time Browse Jira and create git branches from one terminal interface 🏭 Production Deno, Atlassian OAuth 2.0, CLI/TUI

πŸ“Š GitHub Stats

GitHub Stats

Top Languages

πŸ† GitHub Trophies

GitHub Trophies


Profile Views

Popular repositories Loading

  1. iris_camera iris_camera Public

    AVFoundation-powered plugin with safe permission handling, structured errors, and selectable lens descriptors.

    Dart 1

  2. supatools supatools Public

    Generate Freezed models from Supabase database schema automatically. CLI tool with smart caching and incremental generation.

    Dart 1

  3. fly_to_target fly_to_target Public

    A Flutter package for animating multiple widgets flying to target positions simultaneously with customizable paths and effects

    Dart 1

  4. Testes Testes Public

    Dart

  5. jira-pbi-cli jira-pbi-cli Public

    Browse Jira PBIs from your terminal, drill into child issues, and spin up prefix/ISSUE git branches in seconds.

    TypeScript

  6. tag-release-bridge tag-release-bridge Public

    Comments release PRs with a table of PRs merged into the default branch since the latest tag.

    TypeScript