indica_keyboard 1.2.1 copy "indica_keyboard: ^1.2.1" to clipboard
indica_keyboard: ^1.2.1 copied to clipboard

High-performance multilingual keyboard for Flutter supporting English, Hindi, and Marathi with native optimization.

1.2.1 Auto-Capitalization Display Fix & Performance Optimization #

  • 🔧 FIXED: Auto-Capitalization Keyboard Display - Resolved critical issue where keyboard remained uppercase/lowercase while output text was correct after typing punctuation
  • ⚡ PERFORMANCE: Pre-compiled Regex - Optimized sentence detection with static regex compilation, eliminating object allocation in hot path (~50-100Ξs saved per keystroke)
  • ðŸŽŊ ENHANCED: State Tracking - Introduced _previousShouldCapitalize cache for accurate capitalization state transition detection
  • 🔄 IMPROVED: Text Controller Integration - Refactored _onTextControllerChange to properly detect and respond to all capitalization state changes
  • âœĻ REFINED: Initial Capitalization - Fixed first letter capitalization - keyboard now correctly shows uppercase then switches to lowercase after typing
  • 🌐 ENHANCED: Language Switching - Auto-capitalization state now properly resets when switching between English and Hindi/Marathi
  • ðŸ›Ąïļ RELIABILITY: Edge Case Handling - Fixed comma/symbol typing after period, backspace after capitalized letters, and external text changes
  • 📝 IMPROVED: User Experience - Keyboard display now perfectly synchronizes with output text case in all scenarios

1.2.0 Enhanced Devanagari Typography #

  • âœĻ NEW: Noto Sans Devanagari Font - Integrated high-quality Noto Sans Devanagari variable font for superior Hindi and Marathi text rendering
  • ðŸŽĻ ENHANCED: Typography System - Language-aware font rendering with automatic font family selection based on active keyboard language
  • ðŸ“ą IMPROVED: Cross-Platform Font Support - Font assets properly integrated into Flutter, Android (res/font), and iOS (Assets) for consistent rendering
  • 🌐 ENHANCED: Visual Quality - Better readability and authentic Devanagari script appearance with Google's professionally designed typeface
  • 🔧 ENHANCED: Example App - Updated demo app to showcase custom font rendering in both keyboard and text output
  • 📝 IMPROVED: User Experience - Seamless font switching between English and Devanagari scripts for optimal readability

1.1.1 Critical Conjunct Mode Fix #

  • 🔧 FIXED: Conjunct Mode Deactivation - Resolved issue where conjunct formation button (+) in Hindi/Marathi keyboards would activate but not visually deactivate
  • ðŸŽŊ ENHANCED: ValueNotifier Consistency - Fixed missing ValueNotifier update in async conjunct processing method for immediate UI feedback
  • ðŸ›Ąïļ IMPROVED: Error Handling - Added proper early return when conjunct formation fails to prevent state confusion
  • 🔄 ENHANCED: Language Switching - Conjunct mode now properly resets when switching between languages for clean state management
  • âœĻ REFINED: Visual Feedback - Conjunct button appearance now perfectly matches internal state in all scenarios

1.1.0 Performance Revolution & Auto-Capitalization Excellence #

  • 🚀 MAJOR: Performance Architecture Overhaul - Revolutionary ValueNotifier system for granular UI updates, eliminating unnecessary full widget rebuilds
  • ⚡ PERFORMANCE: Smart Keyboard Height System - Dynamic height calculation using system keyboard proportions with 40% landscape limit and expandable key architecture
  • ðŸ”Ī FIXED: Auto-Capitalization Visual State - Complete resolution of auto-capitalization display issues - keyboard now perfectly reflects capitalization state for all sentences
  • ðŸŽŊ ENHANCED: Hindi Layout Page Switching - Fixed 1/4 → 2/4 page navigation with proper ValueNotifier integration
  • ðŸ’ū OPTIMIZED: Intelligent Caching System - Advanced performance caching with proper cache invalidation for consistent UI updates
  • 🔧 PERFORMANCE: RepaintBoundary Optimization - Strategic repaint boundaries and micro-batched updates for 60fps rendering
  • 📐 ENHANCED: Expandable Key System - Keys dynamically resize to optimally fill available keyboard height with density-aware calculations
  • ðŸŽĻ IMPROVED: Visual Consistency - Eliminated cache-related stale UI states with direct method calls for display logic
  • ðŸ›Ąïļ RELIABILITY: setState Strategy - Hybrid approach using ValueNotifiers for granular updates and setState for full keyboard changes

1.0.1 Enhanced Control & User Experience #

  • 🔧 NEW: currentLanguage Parameter - Added optional currentLanguage parameter for external language state synchronization
  • 🔄 ENHANCED: Bidirectional Language Sync - Perfect synchronization between app language state and keyboard display
  • ðŸŽŊ IMPROVED: Developer Control - Developers can now programmatically control keyboard language from parent widgets
  • ðŸ“ą ENHANCED: didUpdateWidget Implementation - Automatic keyboard updates when language changes externally
  • 🛠ïļ IMPROVED: API Flexibility - Backward compatible enhancement for better integration patterns
  • 📚 ENHANCED: Example App - Updated example demonstrating new currentLanguage parameter usage
  • âœĻ REFINED: User Experience - Smoother language switching with improved state management

1.0.0 Production Release #

  • 🎉 MILESTONE: Production Ready - First stable release with comprehensive testing and optimization
  • 🚀 MAJOR: Cross-Platform Excellence - Full iOS and Android native integration with platform-optimized performance
  • 🌐 MAJOR: Enhanced Multilingual Support - Refined English, Hindi, and Marathi language support with improved text processing
  • ⚡ MAJOR: Performance Optimization - Up to 5x faster text processing with native implementations and intelligent caching
  • ðŸ›Ąïļ MAJOR: Enterprise-Grade Reliability - Robust error handling, automatic fallbacks, and production-tested stability
  • ðŸ“ą NEW: iOS Native Integration - Complete iOS platform support with Swift-based text processing optimization
  • 🔧 NEW: Advanced Configuration - Comprehensive customization options for themes, layouts, and behavior
  • 📊 NEW: Production Metrics - Built-in performance monitoring and analytics for production environments
  • ðŸŽŊ ENHANCED: Developer Experience - Simplified API, comprehensive documentation, and extensive examples
  • 🔄 ENHANCED: Smart Fallback System - Intelligent native-to-Dart fallback with zero configuration required
  • âœĻ ENHANCED: UI/UX Polish - Refined visual design, smooth animations, and improved haptic feedback
  • 🧠 OPTIMIZED: Memory Management - Advanced caching strategies and memory optimization for sustained performance
  • 📚 BREAKING: API Finalization - Stable public API with backward compatibility guarantees

0.1.0 Native Android Integration #

  • 🚀 MAJOR: Native Android Processing - Ultra-optimized native text processing with 3-5x performance improvement
  • 🧠 MAJOR: Smart Memory Management - LRU caches and object pooling for 60% less memory usage
  • 🔄 MAJOR: Automatic Fallback System - Transparent native-to-Dart fallback with zero configuration
  • 📊 NEW: Performance Monitoring - Real-time performance metrics and comprehensive logging
  • ⚡ NEW: Batch Processing - Process multiple operations in single native call for 3x speed boost
  • ðŸ›Ąïļ NEW: Production Ready - Enterprise-grade optimization with automatic error handling
  • ðŸ“ą ENHANCED: Android Platform Integration - TextUtils, ArrayMap, and platform-optimized collections
  • ðŸŽŊ ENHANCED: API Simplification - Removed IndicaKeyboardField, focused on single IndicaKeyboard widget
  • 🔧 ENHANCED: Developer Experience - Advanced debugging, cache optimization, and performance insights
  • âœĻ BREAKING: Simplified Public API - Only IndicaKeyboard widget exported for cleaner integration

0.0.2 #

  • NEW: Conjunct Consonant Formation - Added '+' button functionality for creating conjunct consonants in Devanagari scripts (Hindi/Marathi)
  • NEW: IndicaKeyboardField Widget - Complete keyboard input solution with integrated TextField and automatic focus management
  • IMPROVED: Focus Management - Internal focus node handling eliminates need for manual focus setup
  • IMPROVED: Text Input Handling - Cursor-aware text input and backspace functionality moved inside the package
  • IMPROVED: User Experience - Toggle conjunct mode on/off with visual feedback and intuitive consonant ordering
  • ENHANCED: API Simplification - Reduced integration code from 50+ lines to just 3 lines for basic usage
  • ENHANCED: Examples - Added simple_example.dart showing ultra-simplified usage

0.0.1 #

  • Initial release of Indica Keyboard Plugin
  • Multi-language support for English, Hindi, and Marathi
  • Smart text input with vowel attachments for Devanagari scripts
  • Dynamic keyboard layouts with multiple pages for complex scripts
  • Customizable UI with theming support
  • Haptic feedback integration
  • Three-state shift functionality for English
  • Context-sensitive keyboard behavior
  • Comprehensive example app demonstrating all features
1
likes
150
points
15
downloads
screenshot

Publisher

verified publishernoelpinto.dev

Weekly Downloads

High-performance multilingual keyboard for Flutter supporting English, Hindi, and Marathi with native optimization.

Repository (GitHub)
View/report issues

Topics

#keyboard #multilingual #hindi #marathi #devanagari

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, plugin_platform_interface

More

Packages that depend on indica_keyboard

Packages that implement indica_keyboard