Skip to content
View landxcape's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report landxcape

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
landxcape/README.md

Purna Kalyan Shakya

Senior Flutter Engineer

I build reusable libraries and developer tools with a focus on application architecture, performance, native integration, and real-time systems. Most production work resides in private repositories. The projects below represent engineering work developed independently and reflect the same areas I work on professionally.


Architecture

CLI tool for generating feature-based Flutter projects following a Feature-First Clean Architecture standard.

  • Project scaffolding
  • Static analysis
  • Architecture validation

Repository toolkit for implementing offline-first workflows in Flutter applications.

Documentation defining the architectural rules, dependency boundaries, and project structure used across my Flutter projects.


Performance

Utility package for offloading CPU-intensive tasks to background isolates, ensuring the main UI thread remains responsive.

Animated map markers for Flutter applications with smooth position and scale interpolation.

A scrolling text widget that renders text directly to the canvas instead of rebuilding widget trees, allowing performance to remain consistent even with long strings.


Native Integration

Secure credential storage protected by native device biometrics.

Experimental Flutter package executing cryptographic operations via Rust through Dart FFI. Developed while exploring Rust and Dart FFI.


Systems & Simulations

Framework-independent N-body simulation engine with Dart and Rust implementations.

Flutter visualization layer built on top of nbody_sim_core. The same simulation engine powers my portfolio website.


Technical Links

Pinned Loading

  1. animated_marker animated_marker Public

    The AnimatedMarker widget is a Dart class that animates the movement of markers on a Google map.

    Dart 3 3

  2. resumable_downloader resumable_downloader Public

    A robust download manager with resumable support, queuing, concurrency, and error handling, built on Dio.

    Dart 9 2

  3. clean_feature_arch clean_feature_arch Public

    CLI and analyzer for scaffolding and enforcing Clean Architecture in Flutter projects. Version 1.6.0 provides full support for modern Dart 3.x patterns and modular dependency injection.

    Dart

  4. ffr_crypto ffr_crypto Public

    A Flutter-first, Rust-powered native cryptography package using Dart FFI and Flutter Native Assets.

    Dart

  5. biometric_secure_vault biometric_secure_vault Public

    Secure key-value storage for Flutter that gates sensitive data access behind biometric authentication (FaceID, Fingerprint, or Iris).

    Dart

  6. isolate_runner_mixin isolate_runner_mixin Public

    A Flutter-aware Dart mixin for easily running CPU-intensive tasks, including those that use Flutter plugins, in a background isolate.

    Dart 2