Skip to content

Commit 225f80f

Browse files
authored
Merge pull request #453 from devonfw-forge/develop
Develop
2 parents 445258f + ee8960c commit 225f80f

File tree

388 files changed

+14712
-4124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+14712
-4124
lines changed

SPIKES/Localization/.metadata

-45
This file was deleted.

SPIKES/Localization/README.md

-13
This file was deleted.

SPIKES/Localization/ios/Runner/Runner-Bridging-Header.h

-1
This file was deleted.

SPIKES/Localization/l10n.yaml

-3
This file was deleted.

SPIKES/Localization/lib/lang/app_en.arb

-6
This file was deleted.

SPIKES/Localization/lib/lang/app_es.arb

-6
This file was deleted.

SPIKES/Localization/lib/main.dart

-69
This file was deleted.

SPIKES/Localization/linux/flutter/generated_plugin_registrant.cc

-11
This file was deleted.

SPIKES/Localization/linux/flutter/generated_plugin_registrant.h

-15
This file was deleted.

SPIKES/Localization/linux/flutter/generated_plugins.cmake

-23
This file was deleted.

SPIKES/Localization/linux/main.cc

-6
This file was deleted.

SPIKES/Localization/linux/my_application.cc

-104
This file was deleted.

SPIKES/Localization/linux/my_application.h

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 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.
5+
6+
version:
7+
revision: f1875d570e39de09040c8f79aa13cc56baab8db1
8+
channel: stable
9+
10+
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
17+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
18+
- platform: android
19+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
20+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
21+
- platform: ios
22+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
23+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
24+
- platform: linux
25+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
26+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
27+
- platform: macos
28+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
29+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
30+
- platform: web
31+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
32+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
33+
- platform: windows
34+
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
35+
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
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'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# localization_app
2+
3+
A new Flutter project.
4+
5+
## Getting Started
6+
7+
This project is a starting point for a Flutter application.
8+
9+
A few resources to get you started if this is your first Flutter project:
10+
11+
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12+
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13+
14+
For help getting started with Flutter development, view the
15+
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16+
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)