nandi/frqpublic Fork 0
e8f0b5f15dc69960ac20aa6acdb14b49d0ab9fa2
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

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

.metadata · 45 lines · 1.7 KBGDScript3 Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 7d 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: "nixpkgs000000000000000000000000000000000"
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: nixpkgs000000000000000000000000000000000
17 base_revision: nixpkgs000000000000000000000000000000000
18 - platform: android
19 create_revision: nixpkgs000000000000000000000000000000000
20 base_revision: nixpkgs000000000000000000000000000000000
21 - platform: ios
22 create_revision: nixpkgs000000000000000000000000000000000
23 base_revision: nixpkgs000000000000000000000000000000000
24 - platform: linux
25 create_revision: nixpkgs000000000000000000000000000000000
26 base_revision: nixpkgs000000000000000000000000000000000
27 - platform: macos
28 create_revision: nixpkgs000000000000000000000000000000000
29 base_revision: nixpkgs000000000000000000000000000000000
30 - platform: web
31 create_revision: nixpkgs000000000000000000000000000000000
32 base_revision: nixpkgs000000000000000000000000000000000
33 - platform: windows
34 create_revision: nixpkgs000000000000000000000000000000000
35 base_revision: nixpkgs000000000000000000000000000000000
36
37 # User provided section
38
39 # List of Local paths (relative to this file) that should be
40 # ignored by the migrate tool.
41 #
42 # Files that are not part of the templates will be ignored by default.
43 unmanaged_files:
44 - 'lib/main.dart'
45 - 'ios/Runner.xcodeproj/project.pbxproj'