Skip to content

Commit dada4ea

Browse files
authored
Merge pull request #4 from Iconica-Development/feature/horizontal_variant
Feature/horizontal variant
2 parents d5d5568 + 37337bf commit dada4ea

File tree

79 files changed

+505
-1717
lines changed

Some content is hidden

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

79 files changed

+505
-1717
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ migrate_working_dir/
2828
.dart_tool/
2929
.packages
3030
build/
31+
32+
example/android/
33+
example/ios/
34+
example/web/
35+
example/linux/
36+
example/macos/
37+
example/windows/

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
## [0.0.2] - 1 September 2022
66

7-
* Updated TableTheme
7+
* Updated TableTheme
8+
9+
## [1.0.0] - 18 November 2022
10+
11+
* Added horizontal variant
12+
* Adjustable size for the component

LICENSES/GPL-3.0-or-later.txt

Lines changed: 0 additions & 232 deletions
This file was deleted.

example/.metadata

Lines changed: 18 additions & 9 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: f1875d570e39de09040c8f79aa13cc56baab8db1
7+
revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
88
channel: stable
99

1010
project_type: app
@@ -13,17 +13,26 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
17-
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
16+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
17+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
1818
- platform: android
19-
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
20-
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
19+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
20+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
2121
- platform: ios
22-
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
23-
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
22+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
23+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
24+
- platform: linux
25+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
26+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
27+
- platform: macos
28+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
29+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
2430
- platform: web
25-
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
26-
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
31+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
32+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
33+
- platform: windows
34+
create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
35+
base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
2736

2837
# User provided section
2938

example/README.md

Whitespace-only changes.

example/android/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 71 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

example/android/app/src/main/kotlin/com/iconica/timetable_example/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)