✨ refactor: restructure API #5
Merged
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.
This pull request introduces a major update to the API structure and the example app, focusing on improved organization, comprehensive testing, and enhanced developer experience. Key changes include a breaking API restructure, fixes and optimizations for Promise handling, new integration tests, and significant improvements to the example app’s navigation and documentation screens.
API Restructuring and Core Fixes
jsmodule and introduced newengine,error,runtime, andsourcemodules for clearer API organization.undefinedvalues.Testing and Internal Improvements
test_js_examples.dartandtest_load_verification.dartare deleted as part of the test suite refactor. [1] [2]Example App Navigation and Screens
AppRouterto support new API screens (engine,error,runtime,source, etc.) and replacedHomePagewithHomeScreen. [1] [2]ApiOverviewScreenproviding a navigable reference for all API categories, with hero section, category grid, and quick usage reference.Documentation
CHANGELOG.mdto reflect all breaking changes, fixes, optimizations, and improvements for version 1.4.0.