Skip to content

Commit 5b97732

Browse files
build: version update 1.1.0 (#1)
* feat: update new page style - Add desktop and mobile screen views - Add static values - Add custom widgets and theme style - Add animations * feat: update frames to sections * feat: introduce mobile view * build: update version 1.1.0 version: 1.1.0+1
1 parent c7686a1 commit 5b97732

File tree

102 files changed

+2772
-431
lines changed

Some content is hidden

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

102 files changed

+2772
-431
lines changed

.metadata

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled.
55

66
version:
7-
revision: 135454af32477f815a7525073027a3ff9eff1bfd
7+
revision: 7048ed95a5ad3e43d697e0c397464193991fc230
88
channel: stable
99

1010
project_type: app
@@ -13,26 +13,26 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
17-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
16+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
17+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
1818
- platform: android
19-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
20-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
19+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
20+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
2121
- platform: ios
22-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
23-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
22+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
23+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
2424
- platform: linux
25-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
26-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
25+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
26+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
2727
- platform: macos
28-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
29-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
28+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
29+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
3030
- platform: web
31-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
32-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
31+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
32+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
3333
- platform: windows
34-
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
35-
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
34+
create_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
35+
base_revision: 7048ed95a5ad3e43d697e0c397464193991fc230
3636

3737
# User provided section
3838

README.md

Lines changed: 2 additions & 2 deletions

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4747
applicationId "dev.dileepabandara.dileepabandara_dev"
4848
// You can update the following values to match your application needs.
49-
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
49+
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
5050
minSdkVersion flutter.minSdkVersion
5151
targetSdkVersion flutter.targetSdkVersion
5252
versionCode flutterVersionCode.toInteger()
48.2 KB
24.5 KB
69 Bytes
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Modify this file to customize your launch splash screen -->
32
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="?android:colorBackground" />
5-
6-
<!-- You can insert your own image assets here -->
7-
<!-- <item>
8-
<bitmap
9-
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
3+
<item>
4+
<bitmap android:gravity="fill" android:src="@drawable/background"/>
5+
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
129
</layer-list>
71.4 KB
148 KB
167 KB

0 commit comments

Comments
 (0)