nandi/vflutter_ffipublic Fork 0
59a731a766d2baec2d522605425d2fce9c6c7209
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.

.metadata · 30 lines · 966 BGDScript3 Blame HistoryRaw
Add a Mandelbrot example app, and a V kernel worth demonstrating 81540bb nandithebull 21h ago1# This file tracks properties of this Flutter project.
2# Used by Flutter tool to assess capabilities and perform upgrades etc.
3#
4# This file should be version controlled and should not be manually edited.
5
6version:
7 revision: "6a19cca56475dbfba1478ee68d7bd0c2ef891da1"
8 channel: "stable"
9
10project_type: app
11
12# Tracks metadata for the flutter migrate command
13migration:
14 platforms:
15 - platform: root
16 create_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1
17 base_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1
18 - platform: linux
19 create_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1
20 base_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1
21
22 # User provided section
23
24 # List of Local paths (relative to this file) that should be
25 # ignored by the migrate tool.
26 #
27 # Files that are not part of the templates will be ignored by default.
28 unmanaged_files:
29 - 'lib/main.dart'
30 - 'ios/Runner.xcodeproj/project.pbxproj'