Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 413 Bytes

File metadata and controls

18 lines (16 loc) · 413 Bytes

What is this?

  • Enables you to use "package:flutter" without Flutter SDK.
  • This is useful in server-side code that uses only Dart SDK.

Usage

In your pubspec.yaml:

dependencies:
  # ...

dependency_overrides:
  # Override Flutter
  flutter:
    git:
      url: https://github.com/dint-dev/server_side_flutter_fork
      path: packages/flutter
      branch: main # OR specify a commit hash