oracular 2.2.2
oracular: ^2.2.2 copied to clipboard
Arcane Template System - Create production-ready Flutter and Dart projects CLI & GUI
2.2.2 #
Fixed #
- Template download failing due to case sensitivity in GitHub archive prefix (
oracular-mastervsOracular-master)
2.2.0 #
-
Template Updates - arcane_jaspr_docs:
- Full theme switching system with 18 theme presets (colors, neutrals, OLED)
- CSS variable-based theming using
ArcaneThemeProvider - Theme persistence via localStorage
- Search functionality with keyboard navigation
- Code block copy buttons
- Stateful theme toggle (sun/moon icons)
- Updated sidebar with
ArcaneSideContentand modern styling - Removed index.html for static mode compatibility
-
Template Updates - arcane_jaspr_app:
- Added shared
AppHeadercomponent with theme toggle - Stateful
Appcomponent with dark/light mode switching - CSS variable-based theming using
ArcaneThemeProvider - Theme persistence via localStorage
- Updated screens to use shared header (DRY)
- Added
AppConstantsclass for centralized configuration - Theme initialization script in index.html (prevents flash)
- Modern scrollbar and focus state styling
- Added shared
2.1.0 #
- CLI Improvements:
- Interactive prompts for project configuration
- Template-specific next steps in success message
2.0.0 #
- Template Distribution: Templates are now downloaded from GitHub at runtime
- No longer bundled in the package - keeps install size small
- Cached locally at
~/.oracular/templates/ - Automatic version checking and updates
- New
templatescommand: Manage template cacheoracular templates status- Show cache statusoracular templates update- Download/update templatesoracular templates clear- Clear the cacheoracular templates path- Show cache location
- CLI Framework: Migrated to darted_cli
- Script Runner: Fuzzy matching with abbreviation support
- Complete rewrite of project scaffolding system
1.0.0 #
- Initial version.