Conversation
…ilities Add Flutter/Dart package with debounce, isEmail, and formatCurrency utilities. Implement identical APIs to Web (TypeScript) and Android (Kotlin) platforms. Add comprehensive test suite with 100% coverage (19 tests). Add GitHub Actions CI workflow for Flutter testing. Update gitignore to allow Flutter lib directory. Support both Flutter apps and server-side Dart applications.
Update all documentation to include Flutter/Dart as third supported platform. Add comprehensive Flutter guide with examples and usage patterns. Update project structure, installation instructions, and development workflow.
Generate comprehensive API documentation for Flutter/Dart module using dart doc. Add professional HTML documentation with search functionality and cross-linking. Features: - Auto-generated from DartDoc comments in source code - Searchable documentation with navigation - Detailed parameter and return value documentation - Code examples with syntax highlighting - Cross-platform compatibility notes - Integration with existing Web and Android API docs
- Fix unnecessary dart:async import in debounce_test.dart - Remove incompatible dart-test job - Update Flutter version from 3.16.0 to 3.24.0 for better compatibility - Standardize workflow triggers to use release/develop branches - Add missing workflow features
- Remove generated documentation files from tracking - Remove Flutter build artifacts - Add comprehensive gitignore patterns for
- Standardize YAML formatting with consistent quotes and indentation - Update Flutter version from 3.24.0 to 3.27.4 - Update codecov action from v3 to v5 - Exclude flutter package from web CI path filters - Update minimum version requirements (TypeScript 5.7+, Kotlin 2.3+) - Improve markdown table formatting and consistency - Remove trailing whitespace across documentation files
- Update version across all packages and documentation files - Add comprehensive changelog entry for 0.2.0-alpha release - Document dependency updates (Kotlin 2.3.0, TypeScript 5.7.0, Vitest 3.0.0, Flutter 3.27.4, etc.) - Add Flutter platform references to architecture and roadmap docs - Fix Web CI path filter to exclude Flutter package changes - Standardize formatting and remove trailing whitespace in documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v0.2.0-alpha from develop → release. Adds Flutter/Dart platform support, updates all dependencies to latest versions, and fixes documentation inconsistencies across the project.
Type of Change
Platforms Affected
Checklist
npm run test:web && npm run build:web)cd packages/core/android && ./gradlew test)cd packages/core/flutter && flutter test)What's New
Flutter/Dart Platform (New)
debounce,debounceVoid,isEmail,formatCurrencyDependency Updates
Documentation & CI Fixes
Commits (10)
8063576chore: enhance pull request template with comprehensive checklist8b1c8f8chore: bump version to 0.2.0-alpha and update documentation1dc10f1chore: standardize formatting and update dependency versions4dfcd21feat: enhance development workflow and fix documentation generation2bb01e5chore: clean up repository and improve gitignore83a769efix(ci): improve Flutter CI workflow and resolve analyzer issuesa03f2e8docs(api): add Flutter/Dart API documentation40b7f40docs: update documentation for Flutter/Dart platform support03b6a78feat(flutter): add Flutter/Dart implementation with cross-platform utilitiese71a0f8docs(core): Update docs version