nandi/vflutter_ffipublic Fork 0
7fdf71219e3dd44c76c7be4120ff73a31d6237ce
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 Flutter example app with Linux runner 7fdf712 nandi 16h 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: "9584c6713b324636289d067944a46fd6b49df14b"
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: 9584c6713b324636289d067944a46fd6b49df14b
17 base_revision: 9584c6713b324636289d067944a46fd6b49df14b
18 - platform: linux
19 create_revision: 9584c6713b324636289d067944a46fd6b49df14b
20 base_revision: 9584c6713b324636289d067944a46fd6b49df14b
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'