Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutterjsdev/flutterjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flutterjsdev/flutterjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: package_code_black
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 1,022 files changed
  • 1 contributor

Commits on Jan 14, 2026

  1. Configuration menu
    Copy the full SHA
    6f935eb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    e24dbe2 View commit details
    Browse the repository at this point in the history
  2. -- fix size import fix

    jaypal1046 committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    d11bb0d View commit details
    Browse the repository at this point in the history
  3. feat: Introduce core FlutterJS project structure including Dart analy…

    …sis, JS engine, build tools, and package management.
    jaypal1046 committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    4813e21 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. feat: Scaffold initial FlutterJS packages including cupertino, gestur…

    …es, widgets, painting, foundation, services, and animation.
    jaypal1046 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    0986c8e View commit details
    Browse the repository at this point in the history
  2. feat: Introduce flutterjs_material package with core Material Desig…

    …n widgets and a demo application.
    jaypal1046 committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    43e1cb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. feat: Add a comprehensive set of Material Design widgets and a new mu…

    …lti-file example application.
    jaypal1046 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    0ab0642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3577b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Configuration menu
    Copy the full SHA
    abf1c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea478c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1e39eb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    8f37d65 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. feat: introduce core Material Design widgets including Checkbox, Text…

    …Field, Switch, Form, and SingleChildScrollView, along with VDOM patch applier and inherited element support.
    jaypal1046 committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    ae1a492 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. -- workign on demo

    jaypal1046 committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    13fa31e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Fix icons rendering, gesture crashes, and engine templates

    1. Fixed gesture recognizer crash in GestureDetector by correct instantiation.
    
    2. Fixed missing icons by injecting robust CSS and @font-face in icon.js.
    
    3. Updated engine templates (init.js) and build generator to include Material Icons link by default.
    
    4. Fixed IconButton theme inheritance and Feature Card layout in example app.
    jaypal1046 committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    a920151 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Update Material widgets to use theme color schemes

    Refactored multiple Material components to consistently use colors from Theme colorScheme, improving Material 3 compliance and visual consistency. Added theme-based defaults for backgrounds, foregrounds, borders, and overlays in widgets such as Badge, Banner, BottomAppBar, Buttons, Navigation components, Checkbox, Radio, FAB, and others. Also updated README with known limitations regarding method tear-offs and added missing exports in material.js.
    jaypal1046 committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    9ad8df1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Add flutterjs_seo package and integrate SEO support

    Introduces the flutterjs_seo package for SEO metadata management in FlutterJS applications, including Dart and JavaScript implementations, example app, and build scripts. Updates engine and runtime to support @flutterjs/seo as a core dependency, adds import rewriting logic, and registers the package in dependency resolution. Also adds a DateTime polyfill to the runtime and exposes it globally for Dart compatibility.
    jaypal1046 committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    6f88b74 View commit details
    Browse the repository at this point in the history
  2. feat: Add GitHub templates and clean up codebase

    Added issue and pull request templates, dependabot config, CI workflow, and security policy to .github. Removed obsolete plan and test files. Cleaned up imports and unused variables in Dart and JS files, and improved code generation logic for parameter and function handling.
    jaypal1046 committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    006199d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Configuration menu
    Copy the full SHA
    0be8ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2166fe6 View commit details
    Browse the repository at this point in the history
Loading