• Stars
    star
    4,926
  • Rank 8,519 (Top 0.2 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A web standards-compliant, high-performance rendering engine based on Flutter.

kraken Post

โญ๏ธ If your project uses Flutter 3.x or later, we recommend using Kraken's fork project - openwebf.

โญ๏ธ ๅฆ‚ๆžœไฝ ็š„้กน็›ฎไฝฟ็”จ็š„ Flutter 3.x ไปฅไธŠ็‰ˆๆœฌ๏ผŒๆˆ‘ไปฌๆŽจ่ไฝฟ็”จ Kraken ็š„ fork ้กน็›ฎ โ€”โ€” openwebfใ€‚

Kraken pub package Integration Test WorkFlow

๐Ÿ’ Have a try

  1. Install Kraken CLI (macOS, Linux only currently)

    $ npm i @openkraken/cli -g
  2. Open with kraken

    $ kraken run https://raw.githubusercontent.com/openkraken/kraken/master/kraken/example/assets/bundle.js

๐Ÿ’Œ Why kraken

  • Quick development ๐ŸŽ‰

    Compatibility with web standards means you don't have to change your stack.

    const text = document.createTextNode('Hello World!');
    document.body.appendChild(text);
  • Cross platform โš›๏ธ

    Seamless integration with Flutter, supports web, mobile (iOS, Android) and desktop (MacOS, Linux, Windows).

  • Fast performance ๐Ÿš€

    Provide native-like performance such as navigation, animation and infinite list scrolling.

Flutter version scope

Only flutter stable released version are fully tested.

Kraken Flutter
>= 0.7.0 < 0.8.0 1.22.0 ~ 1.22.6
>= 0.8.0 < 0.10.0 2.2.0 ~ 2.2.3
>= 0.10.0 < 0.11.0 2.5.0 ~ 2.5.3
>= 0.11.0 2.8.0 ~ 2.8.1

๐Ÿ‘ Contributing PRs Welcome

By contributing to Kraken, you agree that your contributions will be licensed under its Apache-2.0 License.

Read our contributing guide and let's build a better kraken project together.

Thank you to all the people who already contributed to Kraken!

CONTRIBUTORS

Copyright (c) 2019-present, The Kraken authors.