Skip to content
View tristecsv's full-sized avatar

Block or report tristecsv

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
tristecsv/README.md

Hi, I'm Triste Gonzalez 👋

Flutter Developer focused on Android · I build apps that solve real problems.

dart flutter kotlin supabase

🚀 Projects

Flutter + Kotlin app with a native Android AppWidget showing circular progress to the next birthday. Built with MethodChannel, custom Canvas rendering, AlarmManager + WorkManager for background updates, and shared persistence between Flutter and Kotlin layers.

Flutter · Kotlin · Android AppWidget · MethodChannel · WorkManager


Taylor series calculator for e^x with full iteration history, error analysis, and interactive convergence charts. Built with a pure Dart engine decoupled from Flutter, InheritedNotifier for state management without third-party packages, and four charts with fl_chart.

Flutter · fl_chart · InheritedNotifier · Numerical methods


kinderlog (uploading soon)

School enrollment and management app built for a real kindergarten. Features real-time student data, full CRUD with image uploads to Supabase Storage, PDF generation, and a live dashboard with classroom counts.

Flutter · BLoC/Cubit · Supabase Realtime · PDF generation


🛠 What I work with

  • Flutter — mobile and desktop apps with clean architecture
  • BLoC / Cubit — state management for complex flows
  • Supabase — auth, database, storage, realtime subscriptions
  • Kotlin — native Android components when Flutter alone isn't enough

📫 Contact

tristecsv@gmail.com

Pinned Loading

  1. birthday-progress birthday-progress Public

    Birthday Progress — Flutter + Kotlin app with a native Android AppWidget showing circular progress to next birthday.

    Dart 1 1

  2. algex algex Public

    Flutter app that approximates e^x using the Taylor series method, with error analysis and convergence charts.

    Dart