native_extension_template

A cross-platform boilerplate for Dart native extension projects.


License
BSD-3-Clause

Documentation

Boilerplate for Dart native extension projects

This repository serves a boilerplate for cross-platform native extension development for Dart.

Advantages

  • Support for cross-platform
    • Linux
    • Windows
    • MacOS
  • Write native code using Eclipse IDE
  • Boilerplate code to get started

Todo

Features

  • Support MacOS

Docs

Linux

  • Installing build tools
  • Setting up eclipse
  • Copying the shared library

Windows

  • Installing build tools
  • Setting up eclipse
  • Copying the shared library

MacOS

  • Installing build tools
  • Setting up eclipse
  • Copying the shared library