{"id":13471262,"url":"https://github.com/fzyzcjy/flutter_rust_bridge","last_synced_at":"2025-05-12T05:15:18.256Z","repository":{"id":37017510,"uuid":"413292017","full_name":"fzyzcjy/flutter_rust_bridge","owner":"fzyzcjy","description":"Flutter/Dart \u003c-\u003e Rust binding generator, feature-rich, but seamless and simple.","archived":false,"fork":false,"pushed_at":"2025-05-07T02:07:42.000Z","size":324117,"stargazers_count":4608,"open_issues_count":23,"forks_count":327,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-12T02:43:16.439Z","etag":null,"topics":["bindgen","dart","ffi","flutter","rust"],"latest_commit_sha":null,"homepage":"https://fzyzcjy.github.io/flutter_rust_bridge/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fzyzcjy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-04T05:57:55.000Z","updated_at":"2025-05-11T09:21:26.000Z","dependencies_parsed_at":"2023-12-02T09:24:39.460Z","dependency_job_id":"cf1c7610-f63e-4e39-b4fd-06bc109e8185","html_url":"https://github.com/fzyzcjy/flutter_rust_bridge","commit_stats":{"total_commits":20054,"total_committers":119,"mean_commits":"168.52100840336135","dds":"0.18824174728233767","last_synced_commit":"7a1092ccbd6ac676c22ff3f491f2baad4a53290c"},"previous_names":[],"tags_count":189,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzyzcjy%2Fflutter_rust_bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzyzcjy%2Fflutter_rust_bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzyzcjy%2Fflutter_rust_bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzyzcjy%2Fflutter_rust_bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fzyzcjy","download_url":"https://codeload.github.com/fzyzcjy/flutter_rust_bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672640,"owners_count":21945478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bindgen","dart","ffi","flutter","rust"],"created_at":"2024-07-31T16:00:42.355Z","updated_at":"2025-05-12T05:15:18.206Z","avatar_url":"https://github.com/fzyzcjy.png","language":"Dart","funding_links":[],"categories":["Dart","Libraries","库 Libraries","Rust","GUI","库"],"sub_categories":["GUI","GUI GUI"],"readme":"# [flutter_rust_bridge v2](https://github.com/fzyzcjy/flutter_rust_bridge): Flutter/Dart \u003c-\u003e Rust binding generator, feature-rich, but seamless and simple.\n\n[![Rust Package](https://img.shields.io/crates/v/flutter_rust_bridge.svg?color=blue)](https://crates.io/crates/flutter_rust_bridge)\n[![Flutter Package](https://img.shields.io/pub/v/flutter_rust_bridge.svg?include_prereleases\u0026color=blue)](https://pub.dev/packages/flutter_rust_bridge)\n[![Stars](https://img.shields.io/github/stars/fzyzcjy/flutter_rust_bridge?logo=github\u0026style=flat)](https://github.com/fzyzcjy/flutter_rust_bridge)\n[![CI](https://github.com/fzyzcjy/flutter_rust_bridge/actions/workflows/ci.yaml/badge.svg)](https://github.com/fzyzcjy/flutter_rust_bridge/actions/workflows/ci.yaml)\n[![Post-Release](https://github.com/fzyzcjy/flutter_rust_bridge/actions/workflows/post_release.yaml/badge.svg)](https://github.com/fzyzcjy/flutter_rust_bridge/actions/workflows/ci.yaml)\n[![codecov](https://codecov.io/gh/fzyzcjy/flutter_rust_bridge/graph/badge.svg?token=Q7EUTZMDIF)](https://codecov.io/gh/fzyzcjy/flutter_rust_bridge)\n[![All Contributors](https://img.shields.io/badge/all_contributors-119-orange.svg?style=flat-square)](#contributors-)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6afbdad19e7245adbf9e9771777be3d7)](https://app.codacy.com/gh/fzyzcjy/flutter_rust_bridge?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=fzyzcjy/flutter_rust_bridge\u0026utm_campaign=Badge_Grade_Settings)\n\n[\u003cimg src=\"https://github.com/fzyzcjy/flutter_rust_bridge/raw/master/website/misc/flutter_favorite.png\" width=\"200\" /\u003e](https://flutter.dev/docs/development/packages-and-plugins/favorites)\n\n![Logo](https://github.com/fzyzcjy/flutter_rust_bridge/raw/master/website/misc/logo.png)\n\n## What's new in V2\n\n\u003cdetails\u003e\n\u003csummary\u003eTap to expand\u003c/summary\u003e\n\n* From 1.x to 2.0.0-dev.0:\n    * **Rapid setup**: Only a one-liner command to integrate into your project.\n    * **Arbitrary types**: Use arbitrary Rust and Dart types without manual intervention, even if they are not serializable or non-clone (previously need some manual intervention).\n    * **Async Rust**: Support asynchronous Rust (`async fn`), in addition to sync Rust / async Dart / sync Dart.\n    * **Rust call Dart**: Allow Rust to call Dart functions (previously only allow Dart to call Rust).\n    * **Support whole folders as inputs**: Previously only support one single file (e.g. `api.rs`).\n    * **Use libraries/tools in Flutter/Rust**: All existing libraries, Flutter debuggers, ... Nothing to stop you from using them.\n* From 2.0.0-dev.0 to 2.0.0:\n    * **Parsing third-party packages**: Scan and use existing Rust packages in Dart (experimental).\n    * **Lifetimes**: Support returning types with lifetime specifiers (experimental).\n    * **Traits**: Support traits as base classes and trait objects.\n    * **New codec**: A new codec, `SSE`, which is several times faster under some workloads.\n    * **Others (\u003e200 PRs)**: Auto and manual accessors, object proxies, user-defined serializers, developer experience, deadlock-free auto locking, Rust initializers, included batteries, renaming and ignoring, improving streams, more types, ...\n\nPlease visit [this page](https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new) for more information and update guide.\n\n\u003c/details\u003e\n\n## 🍀 What's this?\n\n* Just write down ***normal*** Rust code (even with arbitrary types, closure, `\u0026mut`, async, traits, etc)\n* And call it from Flutter, as if Rust code is ***normal*** Flutter code\n* The bridge will generate all glues in between\n\n## 📚 Quickstart\n\nCreate a working Flutter + Rust app and see it live, by running:\n\n```shell\ncargo install flutter_rust_bridge_codegen \u0026\u0026 flutter_rust_bridge_codegen create my_app \u0026\u0026 cd my_app \u0026\u0026 flutter run\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand optional steps\u003c/summary\u003e\n\n**(Optional)** Edit `rust/src/api/simple.rs` (e.g. `Hello` -\u003e `Hi`), then see the change by:\n\n```shell\nflutter_rust_bridge_codegen generate \u0026\u0026 flutter run\n```\n\n\u003c/details\u003e\n\nFor more elaborated quickstart, please visit [this page](https://fzyzcjy.github.io/flutter_rust_bridge/quickstart).\n\n## 🚀 Advantages\n\n\u003cimg width=\"360\" align=\"right\" src=\"https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/website/misc/advantages.png?raw=true\" /\u003e\n\n### 1. Officially `Flutter Favorite`\n\nThis package is [officially Flutter Favorite](https://medium.com/flutter/progress-of-the-flutter-package-ecosystem-17cded9a0703), and is in the first batch of 7 packages at its rebooting. ([another link](https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1))\n\n### 2. Simplicity\n\n\u003cdetails\u003e\n\u003csummary\u003e(Tap to expand) Rapid setup, Write your code naturally, Use libraries/tools in Flutter/Rust, Battery included\u003c/summary\u003e\n\n* **Rapid setup**: Only a one-liner command to integrate into your project.\n* **Write your code naturally**: Use your intuition and write the code you want. The bridge understands many advanced grammars (see below), allowing seamless calling Rust from Dart.\n* **Use libraries/tools in Flutter/Rust**: All existing libraries, Flutter debuggers, ... Nothing to stop you from using them.\n* **Battery included**: Even small things like logging and enable backtraces are configured in the starter kit.\n\n\u003c/details\u003e\n\n### 3. Powerfulness\n\n\u003cdetails\u003e\n\u003csummary\u003e(Tap to expand) Arbitrary types, Async \u0026 sync, Two-way road, Auto-translatable types, Parsing third-party packages, Auto safety, Customizable \u0026 bare-metal mode, Cross-platform, ...\u003c/summary\u003e\n\n* **Arbitrary types**: Use arbitrary Rust and Dart types without manual intervention, even if they are not serializable or non-clone.\n* **Async \u0026 sync** x Rust \u0026 Dart: Multi modes for various needs - Async Dart to avoid blocking the main thread, sync Dart for places needed (e.g. Widget.build); async Rust for IO bound tasks, thread pools for CPU-heavy computations.\n* **Two-way road**: Not only can Dart call Rust - Rust can also call Dart.\n* **Auto-translatable types**: Lots of types can be further translated to Dart native types, e.g. complex `enum`s and `struct`s, zero-copy big arrays, errors (`Result`), and `Stream`s (iterator).\n* **Parsing third-party packages**: Scan and use existing Rust packages in Dart (experimental).\n* **Auto safety**: Focus on your code, and forget memory safety, malloc/free, or undefined behavior completely.\n* **Customizable \u0026 bare-metal mode**: Provide sensible defaults, but everything (loader, handler, ...) can be customized. You can even throw all away and only use the bare minimum calling.\n* **Cross-platform**: Support Android, iOS, Windows, Linux, MacOS, and Web.\n* Other features, e.g. support whole folders as input, pure-Dart compatible, instance and static methods, ...\n\n\u003c/details\u003e\n\n### 4. Reliability\n\n\u003cdetails\u003e\n\u003csummary\u003e(Tap to expand) Solid CI, Used by many people, Easy to review, Fast, Hackable, Ask questions\u003c/summary\u003e\n\n* **Solid CI**: Valgrind \u0026 sanitizers (ASAN/MSAN/LSAN) for memory/UB-related bugs, testing per platform per mode, benchmarking, test coverage, post-release, etc, all guaranteed by CI.\n* **Used by many people**: See [here](https://fzyzcjy.github.io/flutter_rust_bridge/guides/users) for an incomplete list.\n* **Easy to code-review \u0026 convince yourself**: This package simply simulates how humans write boilerplate code. If you want to convince yourself (or your team) that it is safe, there is not much code to track.\n* **Fast**: It is only a thin (though feature-rich) wrapper, benchmarked on CI, and even has multiple codecs for best performance under different workloads.\n* **Hackable**: If (for whatever reason) you want to hack the source, there are contributor guides, code is modular, and the execution logic is intuitive.\n* **Ask questions**: Feel free to ask questions in the issue tracker, and I usually reply within hours (if not sleeping).\n\n\u003c/details\u003e\n\n### Why Flutter + Rust?\n\n\u003cdetails\u003e\n\u003csummary\u003eTap to expand\u003c/summary\u003e\n\nFirstly, super briefly introduce each component (you can find much more in a lot of blogs and posts):\n\n* **[Flutter](https://flutter.dev/)**: Cross-platform, hot-reload, rapid-development, flexible UI toolkit.\n  * \"The most popular cross-platform mobile SDK\" (by StackOverflow [[1]](https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/)[[2]](https://survey.stackoverflow.co/2023/#technology-most-popular-technologies)).\n* **[Rust](https://www.rust-lang.org/)**: Highly efficient and performant, reliable, productive.\n  * \"The most desired programming language\" for 8 years (by StackOverflow and GitHub [[1]](https://github.blog/2023-08-30-why-rust-is-the-most-admired-language-among-developers/)[[2]](https://survey.stackoverflow.co/2023/#section-admired-and-desired-programming-scripting-and-markup-languages)).\n\nTypical scenarios to combine them include:\n\n* **UI framework for Rust**: When you want a UI framework for your Rust system.\n* **Use arbitrary Rust libraries in Flutter**: When the desired functionality only has a library in Rust, not Dart (Flutter).\n* **Need high-performance code for Flutter**: Rust makes it easy and performant to write multi-thread code, algorithms, data-intensive operations, SIMD code, etc.\n* ...\n\n\u003c/details\u003e\n\n## ✨ Show me the code\n\n### Example 1\n\nSimple Rust...\n\n```rust\nfn f(a: String, b: Vec\u003cMyEnum\u003e) -\u003e MyStruct { ... }\n```\n\n...called from Dart, without manual intervention.\n\n```dart\nprint(f(a: 'Hello', b: [MyEnum.c('Tom')]));\n```\n\n### Example 2\n\nSuppose we implement a word dictionary in Rust:\n\n```rust\n// ↱ Arbitrarily fancy Rust types\npub struct WordDict { .. }\n\n// ↱ Support functions \u0026 methods\nimpl WordDict {\n    //          ↱ Can call Dart back                 ↱ Translate errors\n    pub fn open(chooser: impl Fn(String) -\u003e bool) -\u003e Result\u003cWordDict\u003e { .. }\n\n    // ↱ Support async \u0026 sync Dart; property getter\n    #[frb(sync, getter)]\n    //          ↱ Support T/\u0026T/\u0026mut T\n    pub fn size(\u0026self) -\u003e u32 { .. }\n\n    //  ↱ Allow async \u0026 sync                    ↱ Support stream (iterator)\n    pub async fn search(\u0026self, keyword: String, sink: StreamSink\u003cString\u003e) { .. }\n}\n```\n\nStill seamlessly call in Dart:\n\n```dart\nfinal dict = await WordDict.open((situation) =\u003e true);\nprint(dict.size);\nawait for (final value in dict.search('something')) { print(value); }\n```\n\nThere are still many features not covered here, such as parsing third party packages, lifetimes, traits, auto accessors, proxies, etc.\n\n## 💡 Documentation\n\nCheck out [the documentation](https://fzyzcjy.github.io/flutter_rust_bridge/) for [quickstart](https://fzyzcjy.github.io/flutter_rust_bridge/quickstart), [full guides](https://fzyzcjy.github.io/flutter_rust_bridge/guides) and more.\n\n## 📎 P.S. Achieve ~60 FPS, no matter how janky the Flutter app was due to build/layout\nHere is my other open-source library :) https://github.com/fzyzcjy/flutter_smooth.\n\n## ✨ Acknowledgments and contributors\n\nFirstly, I want to sincerely thank Dart, Flutter and Rust (alphabetical order). Dart provides a solid foundation for productive UI development, Flutter enables developers to make cross-platform apps with ease, and Rust empowers everyone to build reliable and efficient software. Without the languages and frameworks, this bridge connects absolutely nothing. Besides, I also want to express my thanks for conferring the official [Flutter Favorite](https://docs.flutter.dev/packages-and-plugins/favorites) honor to the package. In addition, I also want to say thanks to the Dart, Flutter and Rust team members as well as community members, who have helped me during the development of flutter_rust_bridge by valuable discussions, insights, and actions.\n\nSecondly, thanks goes to these wonderful contributors ([emoji key](https://allcontributors.org/docs/en/emoji-key) following [all-contributors](https://github.com/all-contributors/all-contributors) specification):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/fzyzcjy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5236035?v=4?s=100\" width=\"100px;\" alt=\"fzyzcjy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003efzyzcjy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=fzyzcjy\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=fzyzcjy\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-fzyzcjy\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-fzyzcjy\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#maintenance-fzyzcjy\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Desdaemon\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/36768030?v=4?s=100\" width=\"100px;\" alt=\"Viet Dinh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eViet Dinh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Desdaemon\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Desdaemon\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Desdaemon\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rogurotus\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/61418195?v=4?s=100\" width=\"100px;\" alt=\"rogurotus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erogurotus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=rogurotus\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=rogurotus\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ngasull\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/912991?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Gasull\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicolas Gasull\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=ngasull\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SecondFlight\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6700184?v=4?s=100\" width=\"100px;\" alt=\"Joshua Wade\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoshua Wade\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SecondFlight\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lattice0\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6632321?v=4?s=100\" width=\"100px;\" alt=\"Lattice 0\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLattice 0\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=lattice0\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=lattice0\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Unoqwy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/65187632?v=4?s=100\" width=\"100px;\" alt=\"Unoqwy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUnoqwy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Unoqwy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://antonok.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22821309?v=4?s=100\" width=\"100px;\" alt=\"Anton Lazarev\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnton Lazarev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=antonok-edm\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sagudev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16504129?v=4?s=100\" width=\"100px;\" alt=\"sagu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esagu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=sagudev\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=sagudev\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://scholar.google.com/citations?user=RbAto7EAAAAJ\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1213857?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Urban\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSebastian Urban\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=surban\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Roms1383\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/21016014?v=4?s=100\" width=\"100px;\" alt=\"Rom's\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRom's\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Roms1383\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Roms1383\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dbsxdbsx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17372655?v=4?s=100\" width=\"100px;\" alt=\"老董\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e老董\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=dbsxdbsx\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=dbsxdbsx\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://gsconrad.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15874617?v=4?s=100\" width=\"100px;\" alt=\"Gregory Conrad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGregory Conrad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=GregoryConrad\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=GregoryConrad\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/huang12zheng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28038074?v=4?s=100\" width=\"100px;\" alt=\"huang12zheng\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehuang12zheng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=huang12zheng\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=huang12zheng\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/trobanga\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8888869?v=4?s=100\" width=\"100px;\" alt=\"Daniel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=trobanga\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MnlPhlp\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33608297?v=4?s=100\" width=\"100px;\" alt=\"Manuel Philipp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eManuel Philipp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=MnlPhlp\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=MnlPhlp\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SoLongAndThanksForAllThePizza\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/103753680?v=4?s=100\" width=\"100px;\" alt=\"SoLongAnd...\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSoLongAnd...\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SoLongAndThanksForAllThePizza\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SoLongAndThanksForAllThePizza\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://i.hsfzxjy.site\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4702188?v=4?s=100\" width=\"100px;\" alt=\"hsfzxjy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehsfzxjy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=hsfzxjy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Cupnfish\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40173605?v=4?s=100\" width=\"100px;\" alt=\"Cupnfish\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCupnfish\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Cupnfish\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/alanlzhang\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/59032810?v=4?s=100\" width=\"100px;\" alt=\"alanlzhang\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ealanlzhang\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=alanlzhang\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=alanlzhang\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/erikas-taroza\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/68450090?v=4?s=100\" width=\"100px;\" alt=\"Erikas Taroza\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eErikas Taroza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=erikas-taroza\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://lipoic.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48402225?v=4?s=100\" width=\"100px;\" alt=\"菘菘\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e菘菘\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SiongSng\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/JustSimplyKyle\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/68589851?v=4?s=100\" width=\"100px;\" alt=\"SimplyKyle!\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSimplyKyle!\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=JustSimplyKyle\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Zaitam\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/71014214?v=4?s=100\" width=\"100px;\" alt=\"Zaitam\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZaitam\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Zaitam\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/coder0xff\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2261949?v=4?s=100\" width=\"100px;\" alt=\"Brent Lewis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrent Lewis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=coder0xff\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=coder0xff\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://derdilla.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/82763757?v=4?s=100\" width=\"100px;\" alt=\"derdilla\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ederdilla\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=NobodyForNothing\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=NobodyForNothing\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nitn3lav\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/77448526?v=4?s=100\" width=\"100px;\" alt=\"nitn3lav\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003enitn3lav\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=nitn3lav\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=nitn3lav\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mcmah309\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56412856?v=4?s=100\" width=\"100px;\" alt=\"Henry\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenry\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=mcmah309\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/AlienKevin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22850071?v=4?s=100\" width=\"100px;\" alt=\"Kevin Li\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKevin Li\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=AlienKevin\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=AlienKevin\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/alexthe2\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33789063?v=4?s=100\" width=\"100px;\" alt=\"Alex Procelewski\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Procelewski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=alexthe2\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=alexthe2\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Larpoux\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45900255?v=4?s=100\" width=\"100px;\" alt=\"Larpoux\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLarpoux\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Larpoux\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://patrick.mukherjee.de\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2045440?v=4?s=100\" width=\"100px;\" alt=\"Patrick Mukherjee\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePatrick Mukherjee\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=patmuk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://dport.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7816187?v=4?s=100\" width=\"100px;\" alt=\"Daniel Porteous (dport)\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel Porteous (dport)\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=banool\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/AlexV525\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15884415?v=4?s=100\" width=\"100px;\" alt=\"Alex Li\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Li\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=AlexV525\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://blog.i7.homes\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/71180087?v=4?s=100\" width=\"100px;\" alt=\"Integral\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIntegral\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Integral-Tech\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://tienisto.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38380847?v=4?s=100\" width=\"100px;\" alt=\"Tien Do Nam\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTien Do Nam\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Tienisto\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://satvikpendem.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/42670561?v=4?s=100\" width=\"100px;\" alt=\"Satvik Pendem\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSatvik Pendem\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=satvikpendem\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://monitzer.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/644763?v=4?s=100\" width=\"100px;\" alt=\"Andreas Monitzer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndreas Monitzer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=anlumo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/temeddix\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66480156?v=4?s=100\" width=\"100px;\" alt=\"Kim Dong-Hyun\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKim Dong-Hyun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=temeddix\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=temeddix\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://blog.nightfeather.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/77222233?v=4?s=100\" width=\"100px;\" alt=\"NightFeather\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNightFeather\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=NightFeather0615\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://alexballmer.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4921944?v=4?s=100\" width=\"100px;\" alt=\"Alex Ballmer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Ballmer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=fmeef\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/alexlapa\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/36732824?v=4?s=100\" width=\"100px;\" alt=\"alexlapa\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ealexlapa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=alexlapa\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/xuwaters\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1222863?v=4?s=100\" width=\"100px;\" alt=\"Wei Xu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWei Xu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=xuwaters\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SirKrlos\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/64156428?v=4?s=100\" width=\"100px;\" alt=\"José Carlos\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJosé Carlos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SirKrlos\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://woini.men\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52571365?v=4?s=100\" width=\"100px;\" alt=\"九月\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e九月\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=OfficialBoyfriend\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jippeholwerda\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/117410?v=4?s=100\" width=\"100px;\" alt=\"Jippe Holwerda\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJippe Holwerda\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=jippeholwerda\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://paulg.fr\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1748936?v=4?s=100\" width=\"100px;\" alt=\"Paul Grandperrin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePaul Grandperrin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=PaulGrandperrin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/iazel\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1616917?v=4?s=100\" width=\"100px;\" alt=\"Salvatore Pelligra\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSalvatore Pelligra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=iazel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/wxitcode\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37947163?v=4?s=100\" width=\"100px;\" alt=\"wxitcode\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ewxitcode\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=wxitcode\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/atezet\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4867268?v=4?s=100\" width=\"100px;\" alt=\"Arjen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArjen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=atezet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/evdokimovs\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49490279?v=4?s=100\" width=\"100px;\" alt=\"evdokimovs\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eevdokimovs\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=evdokimovs\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://remmy.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2285387?v=4?s=100\" width=\"100px;\" alt=\"Johannes Löthberg\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohannes Löthberg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=kyrias\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Markus43\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23716360?v=4?s=100\" width=\"100px;\" alt=\"Markus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarkus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Markus43\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Krysl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5905801?v=4?s=100\" width=\"100px;\" alt=\"Krysl\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKrysl\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Krysl\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Vollbrecht\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12041081?v=4?s=100\" width=\"100px;\" alt=\"Frederick Vollbrecht\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFrederick Vollbrecht\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Vollbrecht\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/w-ensink\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46427708?v=4?s=100\" width=\"100px;\" alt=\"Wouter Ensink\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWouter Ensink\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=w-ensink\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/smw-wagnerma\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66412697?v=4?s=100\" width=\"100px;\" alt=\"Marcel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=smw-wagnerma\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/powpingdone\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20116021?v=4?s=100\" width=\"100px;\" alt=\"Aidan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAidan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=powpingdone\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/debanjanbasu\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10209115?v=4?s=100\" width=\"100px;\" alt=\"Debanjan Basu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDebanjan Basu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=debanjanbasu\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://valeth.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3198362?v=4?s=100\" width=\"100px;\" alt=\"Patrick Auernig\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePatrick Auernig\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=valeth\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sccheruku\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5800058?v=4?s=100\" width=\"100px;\" alt=\"Sai Chaitanya\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSai Chaitanya\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=sccheruku\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.upsuper.org/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/333750?v=4?s=100\" width=\"100px;\" alt=\"Xidorn Quan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eXidorn Quan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=upsuper\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jsonmona\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/105187344?v=4?s=100\" width=\"100px;\" alt=\"jsonmona\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejsonmona\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=jsonmona\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MateusHBR\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13079483?v=4?s=100\" width=\"100px;\" alt=\"mtz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emtz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=MateusHBR\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/codercengiz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45819755?v=4?s=100\" width=\"100px;\" alt=\"codercengiz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecodercengiz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=codercengiz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aran\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5295?v=4?s=100\" width=\"100px;\" alt=\"Aran Donohue\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAran Donohue\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=aran\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://adventures.michaelfbryan.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17380079?v=4?s=100\" width=\"100px;\" alt=\"Michael Bryan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Bryan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Michael-F-Bryan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://phlip9.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/918989?v=4?s=100\" width=\"100px;\" alt=\"Philip Kannegaard Hayes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePhilip Kannegaard Hayes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=phlip9\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SilverMira\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66930495?v=4?s=100\" width=\"100px;\" alt=\"SilverMira\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSilverMira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=SilverMira\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/h3x4d3c1m4l\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2611894?v=4?s=100\" width=\"100px;\" alt=\"Sander in 't Hout\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSander in 't Hout\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=h3x4d3c1m4l\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/HalidOdat\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8566042?v=4?s=100\" width=\"100px;\" alt=\"Haled Odat\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHaled Odat\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=HalidOdat\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://berrysoft.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37586447?v=4?s=100\" width=\"100px;\" alt=\"王宇逸\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e王宇逸\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Berrysoft\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://bus710.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8920680?v=4?s=100\" width=\"100px;\" alt=\"bus710\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebus710\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=bus710\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Demezy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38487319?v=4?s=100\" width=\"100px;\" alt=\"._.\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e._.\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Demezy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://gutenfries.deno.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/79616833?v=4?s=100\" width=\"100px;\" alt=\"Marc Gutenberger\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarc Gutenberger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=gutenfries\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/anstadnik\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40110937?v=4?s=100\" width=\"100px;\" alt=\"Andrii Stadnik\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrii Stadnik\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=anstadnik\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Syndim\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/835035?v=4?s=100\" width=\"100px;\" alt=\"syndim\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esyndim\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=syndim\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/vhdirk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1424486?v=4?s=100\" width=\"100px;\" alt=\"Dirk Van Haerenborgh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDirk Van Haerenborgh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=vhdirk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/akkumar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38454?v=4?s=100\" width=\"100px;\" alt=\"Karthik K\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKarthik K\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=akkumar\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://rhian-cs.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72531802?v=4?s=100\" width=\"100px;\" alt=\"Rhian Moraes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRhian Moraes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=rhian-cs\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ares.zone (国内)\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40336192?v=4?s=100\" width=\"100px;\" alt=\"Ares Andrew\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAres Andrew\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=TENX-S\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/CJBuchel\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35585061?v=4?s=100\" width=\"100px;\" alt=\"Connor J Buchel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eConnor J Buchel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=CJBuchel\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=CJBuchel\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/polypixeldev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/79737178?v=4?s=100\" width=\"100px;\" alt=\"polypixeldev\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003epolypixeldev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=polypixeldev\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/CicadaCinema\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52425971?v=4?s=100\" width=\"100px;\" alt=\"CicadaCinema\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCicadaCinema\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=CicadaCinema\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=CicadaCinema\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://cosmichorror.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/30302768?v=4?s=100\" width=\"100px;\" alt=\"CosmicHorror\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCosmicHorror\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=CosmicHorrorDev\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/akashgurava\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13036662?v=4?s=100\" width=\"100px;\" alt=\"Akash Gurava\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAkash Gurava\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=akashgurava\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.floeschner.de/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12967904?v=4?s=100\" width=\"100px;\" alt=\"Fabian Löschner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFabian Löschner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=w1th0utnam3\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://matrix.to/#/@vincentherl:matrix.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5569193?v=4?s=100\" width=\"100px;\" alt=\"Vincent Herlemont\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVincent Herlemont\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=vincent-herlemont\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://canxin121.github.io/docs/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/69547456?v=4?s=100\" width=\"100px;\" alt=\"canxin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecanxin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=canxin121\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pixelshot91\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19229808?v=4?s=100\" width=\"100px;\" alt=\"pixelshot91\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003epixelshot91\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=pixelshot91\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://steinbrecher-bayern.de\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6358523?v=4?s=100\" width=\"100px;\" alt=\"TrackerSB\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTrackerSB\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=TrackerSB\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bubnov\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/818612?v=4?s=100\" width=\"100px;\" alt=\"Slavik Bubnov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSlavik Bubnov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=bubnov\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Dampfwalze\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46897578?v=4?s=100\" width=\"100px;\" alt=\"Dampfwalze\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDampfwalze\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Dampfwalze\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://samuel-cavalcanti.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/24573157?v=4?s=100\" width=\"100px;\" alt=\"Samuel Cavalcanti\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSamuel Cavalcanti\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=samuel-cavalcanti\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.zaynetro.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/627197?v=4?s=100\" width=\"100px;\" alt=\"Roman Zaynetdinov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoman Zaynetdinov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=zaynetro\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/raphaelrobert\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9882746?v=4?s=100\" width=\"100px;\" alt=\"raphaelrobert\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eraphaelrobert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=raphaelrobert\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/DMouayad\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/82384138?v=4?s=100\" width=\"100px;\" alt=\"Mouayad Alhamwi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMouayad Alhamwi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=DMouayad\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/elliotsayes\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7699058?v=4?s=100\" width=\"100px;\" alt=\"elliotsayes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eelliotsayes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=elliotsayes\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://tmpfs.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/238069?v=4?s=100\" width=\"100px;\" alt=\"muji\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emuji\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=tmpfs\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/thomas725\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/68635351?v=4?s=100\" width=\"100px;\" alt=\"thomas725\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ethomas725\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=thomas725\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://soeur.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26034975?v=4?s=100\" width=\"100px;\" alt=\"orange soeur\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eorange soeur\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=juzi5201314\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Voklen\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56766748?v=4?s=100\" width=\"100px;\" alt=\"Alex Gorichev\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Gorichev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Voklen\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://svenstaro.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1664?v=4?s=100\" width=\"100px;\" alt=\"Sven-Hendrik Haase\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSven-Hendrik Haase\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=svenstaro\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/utilForever\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5622661?v=4?s=100\" width=\"100px;\" alt=\"Chris Ohk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris Ohk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=utilForever\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/not-holar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58831297?v=4?s=100\" width=\"100px;\" alt=\"Vitalii Hurianov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVitalii Hurianov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=not-holar\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Stonks3141\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/82178396?v=4?s=100\" width=\"100px;\" alt=\"Sam Nystrom\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSam Nystrom\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Stonks3141\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mattiasgronlund\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7727472?v=4?s=100\" width=\"100px;\" alt=\"mattiasgronlund\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emattiasgronlund\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=mattiasgronlund\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.adsouza.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/275832?v=4?s=100\" width=\"100px;\" alt=\"Antonio D'souza\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAntonio D'souza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=adsouza\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/vimaxwell\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19898639?v=4?s=100\" width=\"100px;\" alt=\"max\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emax\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=vimaxwell\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lker-dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40730443?v=4?s=100\" width=\"100px;\" alt=\"Jonathan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonathan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=lker-dev\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jaiakash\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33419526?v=4?s=100\" width=\"100px;\" alt=\"Akash Jaiswal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAkash Jaiswal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=jaiakash\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://feber.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1727318?v=4?s=100\" width=\"100px;\" alt=\"Febrian Setianto\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFebrian Setianto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=feber\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/adam-huganir\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2143122?v=4?s=100\" width=\"100px;\" alt=\"Adam Huganir\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdam Huganir\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=adam-huganir\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ernstvanderlinden\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23011957?v=4?s=100\" width=\"100px;\" alt=\"Ernest M. van der Linden\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eErnest M. van der Linden\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=ernstvanderlinden\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/damywise\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25608913?v=4?s=100\" width=\"100px;\" alt=\"Damien Wise\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDamien Wise\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=damywise\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rustui\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/90625190?v=4?s=100\" width=\"100px;\" alt=\"rustui\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erustui\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=rustui\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/escwxyz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/124119483?v=4?s=100\" width=\"100px;\" alt=\"J\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJ\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=escwxyz\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://bandism.net/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIkko Ashimine\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=eltociear\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://thesimplekid.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8606367?v=4?s=100\" width=\"100px;\" alt=\"thesimplekid\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ethesimplekid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=thesimplekid\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nMore specifically, thanks for all these contributions:\n\n\u003c!-- CUSTOM-MESSAGE:START - Do not remove or modify this section --\u003e\n\n* [Desdaemon](https://github.com/Desdaemon): Support not only simple enums but also enums with fields which gets translated to native enum or sealed freezed class in Dart. Support the Option type as nullable types in Dart. Support Vec of Strings type. Support tuple type. Support comments in code. Add marker attributes for future usage. Add Linux and Windows support for with-flutter example, and make CI works for that. Avoid parameter collision. Overhaul the documentation and add several chapters to demonstrate configuring a Flutter+Rust project in all five platforms. Refactor command module. Precompiled binary CI workflow. Fix bugs. Add support for the Web platform, parallel to the existing mobile/desktop platforms, via WASM and JavaScript as intermediate values. GitHub retry actions. Implement draft of opaque types. Refactor Boxed and Option. Impl list of dates and optionals. Parameter defaults. Refactor CLI. Refactor codegen errors. Refactor for performance.\n* [rogurotus](https://github.com/rogurotus): Add Rust opaque types, enabling arbitrary Rust structs to be used as opaque Dart objects by generating wrappers and raw Arc pointers. Also add Dart opaque types, allowing to use any Dart objects in Rust code. Extend `SyncReturn` for more types. Fix generation bug. Fix SyncReturn. Migrate to dart-sys. Update CI. Fix linters. Fix SyncReturn bug.\n* [ngasull](https://github.com/ngasull): Make sync mode support whatever types that classical async mode supports. Bump sdk.\n* [SecondFlight](https://github.com/SecondFlight): Allow structs and enums to be imported from other files within the crate by creating source graph. Auto-create relevant dir. Fix `store_dart_post_cobject` error with ffigen 6.0.\n* [lattice0](https://github.com/lattice0): Implement hierarchy of exceptions. Support methods, such that Rust struct impls can be converted to Dart class methods. StreamSink at any argument.\n* [Unoqwy](https://github.com/Unoqwy): Add struct mirrors, such that types in the external crates can be imported and used without redefining and copying.\n* [antonok-edm](https://github.com/antonok-edm): Avoid converting syn types to strings before parsing to improve code and be more robust.\n* [sagudev](https://github.com/sagudev): Make code generator a `lib`. Add error types. Depend on `cbindgen`. Fix LLVM paths. Update deps. Fix CI errors.\n* [surban](https://github.com/surban): Support unit return type. Skip unresolvable modules. Ignore prefer_const_constructors. Non-final Dart fields.\n* [Roms1383](https://github.com/Roms1383): Fix build_runner calling bug. Remove global `ffigen` dependency. Improve version check. Fix enum name-variant conflicts. Support Chrono date time and UUID types. Migrate to Rust 1.64 workspace. Update and refactor CI. Update header comments. Code cleanup.\n* [dbsxdbsx](https://github.com/dbsxdbsx): Allow generating multiple Rust and Dart files. Fix lint. Update doc. Add logging. Loosen config. Prefix methods.\n* [GregoryConrad](https://github.com/GregoryConrad): Add doc to setup frb inside a Dart/Flutter library.\n* [huang12zheng](https://github.com/huang12zheng): Support type aliases and nested ones. Tweak code generation. Fix rust_build_and_test on Mac. Improve CI logic and cache. Remove bridge field in model.\n* [trobanga](https://github.com/trobanga): Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. Fix Result + RustAutoOpaque.\n* [MnlPhlp](https://github.com/MnlPhlp): Support macros and will auto expand. Allow mirror types in streams.\n* [SoLongAndThanksForAllThePizza](https://github.com/SoLongAndThanksForAllThePizza): Refactor and enhance SyncReturn to support more types. Refactor post-release CI.\n* [hsfzxjy](https://github.com/hsfzxjy): Fix SyncReturn use-after-free bug.\n* [Cupnfish](https://github.com/Cupnfish): Support arrays as function parameters. Allow multi mirror.\n* [alanlzhang](https://github.com/alanlzhang): Add generation for Dart metadata. Enhance and fix module parser. Fix enum in struct. Fix linter. Improve hints.\n* [erikas-taroza](https://github.com/erikas-taroza): Support list of primitive enums. Make enum camelCase. Warn wrong path. Fix cargo expand.\n* [SiongSng](https://github.com/SiongSng): Finish implementing exception hierarchy. Fix SyncReturn bug.\n* [JustSimplyKyle](https://github.com/JustSimplyKyle): Also finish implementing exception hierarchy. Allow ignore function.\n* [Zaitam](https://github.com/Zaitam): Fix when method return struct. Partial migration to Dart 3.\n* [coder0xff](https://github.com/coder0xff): Discuss binding unmodified Rust. Refactor SupportedInnerType. Extra codegen tester.\n* [NobodyForNothing](https://github.com/NobodyForNothing): Support impl-for partially.\n* [nitn3lav](https://github.com/nitn3lav): Nested `struct`s without `Box`.\n* [mcmah309](https://github.com/mcmah309): Add cli plugin scaffold generation.\n* [AlienKevin](https://github.com/AlienKevin): Add flutter example for macOS. Add doc for Android NDK bug. Improve migration doc.\n* [alexthe2](https://github.com/alexthe2): Add Option Datetime. Add empty structs. Improve doc. Add `r#`. Fix mirror enum bug.\n* [Larpoux](https://github.com/Larpoux): Fix async generation. Update web-audio-api binding.\n* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Support relative config. Improve multiple docs. Fix warning.\n* [banool](https://github.com/banool): Fix pubspec parsing. Fix symbol-stripping doc.\n* [AlexV525](https://github.com/AlexV525): Add Dart fix. Fix folder.\n* [Integral-Tech](https://github.com/Integral-Tech): Use concat. Fix lint.\n* [Tienisto](https://github.com/Tienisto): Remove default enum case. Add mock init.\n* [satvikpendem](https://github.com/satvikpendem): Add json_serializable. Update CI. Little co-work #989.\n* [anlumo](https://github.com/anlumo): Fix freezed + methods. Non-clone RustOpaque. Update syn. Support custom hasher.\n* [temeddix](https://github.com/temeddix): Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable.\n* [NightFeather0615](https://github.com/NightFeather0615): Fix Vec bool.\n* [fmeef](https://github.com/fmeef): Add cargo feature flag.\n* [alexlapa](https://github.com/alexlapa): Fix DartOpaque.\n* [xuwaters](https://github.com/xuwaters): Support edition 2024.\n* [SirKrlos](https://github.com/SirKrlos): Fix fvm calls.\n* [OfficialBoyfriend](https://github.com/OfficialBoyfriend): Fix error display.\n* [jippeholwerda](https://github.com/jippeholwerda): Fix raw identifier.\n* [PaulGrandperrin](https://github.com/PaulGrandperrin): Fix lint.\n* [iazel](https://github.com/iazel): Fix lint.\n* [wxitcode](https://github.com/wxitcode): Add org option. Support MacOS log. Fix a typo.\n* [atezet](https://github.com/atezet): Upgrade dependencies. Follow rustfmt.\n* [evdokimovs](https://github.com/evdokimovs): Change dependencies.\n* [kyrias](https://github.com/kyrias): Use portable atomic.\n* [Markus43](https://github.com/Markus43): Fix folder removal.\n* [Krysl](https://github.com/Krysl): Add preamble.\n* [Vollbrecht](https://github.com/Vollbrecht): Warn absolute path.\n* [w-ensink](https://github.com/w-ensink): Improve doc. Fix CI. Refactor. Add tests.\n* [smw-wagnerma](https://github.com/smw-wagnerma): Improve Windows encoding handling.\n* [powpingdone](https://github.com/powpingdone): Document JNI init and libc++_static linking.\n* [debanjanbasu](https://github.com/debanjanbasu): Document alternative NDK init.\n* [valeth](https://github.com/valeth): Rename callFfi's port.\n* [sccheruku](https://github.com/sccheruku): Prevent double-generating utility.\n* [upsuper](https://github.com/upsuper): Refactor delegate-attr.\n* [jsonmona](https://github.com/jsonmona): Add import.\n* [MateusHBR](https://github.com/MateusHBR): Add pub get.\n* [codercengiz](https://github.com/codercengiz): Fix mirroring bug.\n* [aran](https://github.com/aran): Fix map + mirror. Fix pubspec. Upgrde ffigen. Replace to js_interop. Bump version. Fix typo.\n* [Michael-F-Bryan](https://github.com/Michael-F-Bryan): Detect broken bindings.\n* [phlip9](https://github.com/phlip9): Fix no-serde compilation.\n* [SilverMira](https://github.com/SilverMira): Fix StreamSink.\n* [h3x4d3c1m4l](https://github.com/h3x4d3c1m4l): Fix when outside folder.\n* [HalidOdat](https://github.com/HalidOdat): Improve config method. Hint build.rs.\n* [Berrysoft](https://github.com/Berrysoft): Fix missing symbols.\n* [bus710](https://github.com/bus710): Add a case in troubleshooting.\n* [Demezy](https://github.com/Demezy): Mention troubleshooting.\n* [gutenfries](https://github.com/gutenfries): Bump proc-macros.\n* [anstadnik](https://github.com/anstadnik): Check keywords.\n* [syndim](https://github.com/syndim): Add a bracket to box.\n* [vhdirk](https://github.com/vhdirk): Support dashed crate.\n* [akkumar](https://github.com/akkumar): External traits doc.\n* [rhian-cs](https://github.com/rhian-cs): Add Cargo workspace doc.\n* [TENX-S](https://github.com/TENX-S): Improve doc. Reproduce a bug.\n* [CJBuchel](https://github.com/CJBuchel): Remove throw.\n* [polypixeldev](https://github.com/polypixeldev): Improve doc.\n* [CicadaCinema](https://github.com/CicadaCinema): Bump version. Improve doc.\n* [CosmicHorrorDev](https://github.com/CosmicHorrorDev): Change deps.\n* [akashgurava](https://github.com/akashgurava): Partial fix.\n* [w1th0utnam3](https://github.com/w1th0utnam3): Improve message.\n* [vincent-herlemont](https://github.com/vincent-herlemont): Loosen version.\n* [canxin121](https://github.com/canxin121): Fix permission.\n* [pixelshot91](https://github.com/pixelshot91): Update cargokit. Fix doc link.\n* [TrackerSB](https://github.com/TrackerSB): Bump allo-isolate.\n* [bubnov](https://github.com/bubnov): Improve doc.\n* [Dampfwalze](https://github.com/Dampfwalze): Improve doc.\n* [samuel-cavalcanti](https://github.com/samuel-cavalcanti): Improve doc.\n* [zaynetro](https://github.com/zaynetro): Improve doc.\n* [raphaelrobert](https://github.com/raphaelrobert): Remove oudated doc.\n* [DMouayad](https://github.com/DMouayad): Improve doc.\n* [elliotsayes](https://github.com/elliotsayes): Improve doc.\n* [tmpfs](https://github.com/tmpfs): Improve doc.\n* [thomas725](https://github.com/thomas725): Improve doc.\n* [juzi5201314](https://github.com/juzi5201314): Improve doc.\n* [Voklen](https://github.com/Voklen): Improve doc.\n* [svenstaro](https://github.com/svenstaro): Improve doc.\n* [utilForever](https://github.com/utilForever): Fix typos.\n* [not-holar](https://github.com/not-holar): Fix typos.\n* [Stonks3141](https://github.com/Stonks3141): Fix doc credit.\n* [mattiasgronlund](https://github.com/mattiasgronlund): Bump version.\n* [adsouza](https://github.com/adsouza): Fix doc grammar.\n* [vimaxwell](https://github.com/vimaxwell): Fix doc link.\n* [lker-dev](https://github.com/lker-dev): Fix doc link.\n* [jaiakash](https://github.com/jaiakash): Fix doc link.\n* [feber](https://github.com/feber): Fix doc link.\n* [adam-huganir](https://github.com/adam-huganir): Fix a typo.\n* [ernstvanderlinden](https://github.com/ernstvanderlinden): Fix a typo.\n* [damywise](https://github.com/damywise): Fix a typo.\n* [rustui](https://github.com/rustui): Fix a typo.\n* [escwxyz](https://github.com/escwxyz): Fix a typo.\n* [eltociear](https://github.com/eltociear): Fix a typo.\n* [thesimplekid](https://github.com/thesimplekid): Fix a typo.\n\n\u003c!-- CUSTOM-MESSAGE:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzyzcjy%2Fflutter_rust_bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffzyzcjy%2Fflutter_rust_bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzyzcjy%2Fflutter_rust_bridge/lists"}