nandi/vflutter_ffipublic Fork 0
claude/ssh-key-rickub-25a7d3
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Initial commit: V -> Flutter FFI plugin ad0ccda · on claude/ssh-key-rickub-25a7d3 · nandi · 4h ago
.gitignore · 17 lines · 361 BMySQL Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# Dart / Flutter
.dart_tool/
.packages
build/
.flutter-plugins
.flutter-plugins-dependencies

# Native build output
*.so
*.dylib
*.dll
*.a
*.o

# NOTE: ios/Classes/*.gen.c and macos/Classes/*.gen.c are intentionally
# NOT ignored. Xcode cannot run `v`, so that C is checked in on purpose.
# Regenerate with tool/gen_ios_sources.sh after editing src/vflutter.v.