Skip to content

tangenx/bitsdojo_window

 
 

Repository files navigation

bitsdojo_window

A fork of original repository, but with some fixes.

🎊 Ready for Flutter 3.0.0! 🎊

Merged PRs

How to use

Just add these lines in your project's pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter

  # other dependencies

  bitsdojo_window:
    git: 
      url: https://github.com/tangenx/bitsdojo_window.git
      path: bitsdojo_window
      ref: 21fc5740e614fefa90f627bafcc22093382f24a7

  # ...

dependency_overrides:
  bitsdojo_window_platform_interface:
    git:
      url: https://github.com/tangenx/bitsdojo_window.git
      path: bitsdojo_window_platform_interface
      ref: 21fc5740e614fefa90f627bafcc22093382f24a7
  bitsdojo_window_windows:
    git:
      url: https://github.com/tangenx/bitsdojo_window.git
      path: bitsdojo_window_windows
      ref: 21fc5740e614fefa90f627bafcc22093382f24a7
  bitsdojo_window_linux:
    git:
      url: https://github.com/tangenx/bitsdojo_window.git
      path: bitsdojo_window_linux
      ref: 21fc5740e614fefa90f627bafcc22093382f24a7
  bitsdojo_window_macos:
    git:
      url: https://github.com/tangenx/bitsdojo_window.git
      path: bitsdojo_window_macos
      ref: 21fc5740e614fefa90f627bafcc22093382f24a7

About

github.com/bitsdojo/bitsdojo_window but with PRs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 42.3%
  • C++ 39.7%
  • CMake 8.2%
  • C 3.6%
  • Objective-C++ 2.9%
  • Swift 1.6%
  • Other 1.7%