Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
F
Front-End
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abdullh.alsoleman
  • Front-End
  • Repository

Switch branch/tag
  • front-end
  • packages
  • flutter_tools
  • lib
  • src
  • migrations
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
  • Daco Harkes's avatar
    Native assets support for Windows (#134203) · ff4a0f67
    Daco Harkes authored Sep 27, 2023
    Support for FFI calls with `@Native external` functions through Native assets on Windows. This enables bundling native code without any build-system boilerplate code.
    
    For more info see:
    
    * https://github.com/flutter/flutter/issues/129757
    
    ### Implementation details for Windows.
    
    Mainly follows the design of https://github.com/flutter/flutter/pull/134031.
    
    Specifically for Windows in this PR is the logic for finding the compiler `cl.exe` and environment variables that contain the paths to the Windows headers `vcvars.bat` based on `vswhere.exe`.
    ff4a0f67
Name
Last commit
Last update
..
cmake_custom_command_migration.dart Loading commit data...
cmake_native_assets_migration.dart Loading commit data...
cocoapods_script_symlink.dart Loading commit data...
cocoapods_toolchain_directory_migration.dart Loading commit data...
xcode_project_object_version_migration.dart Loading commit data...
xcode_script_build_phase_migration.dart Loading commit data...
xcode_thin_binary_build_phase_input_paths_migration.dart Loading commit data...

HIAST - GitLab