feat (init): create flutter semantic UI package for flutter app development. Story: #1
- create button, list tile, tabbar, label, card, image overlay components, etc - add a sample project (example folder) for the testing package closes Story #1
parents
Showing
.gitignore
0 → 100644
.metadata
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
example/.gitignore
0 → 100644
example/.metadata
0 → 100644
example/.vscode/settings.json
0 → 100644
example/README.md
0 → 100644
example/android/.gitignore
0 → 100644
example/android/app/build.gradle
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
example/android/build.gradle
0 → 100644
example/android/gradle.properties
0 → 100644
example/android/settings.gradle
0 → 100644
example/assets/images/0.png
0 → 100644
12.7 KB
example/ios/.gitignore
0 → 100644
example/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
example/ios/Flutter/Debug.xcconfig
0 → 100644
example/ios/Flutter/Release.xcconfig
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
example/ios/Runner/AppDelegate.swift
0 → 100644
564 Bytes
1.25 KB
1.55 KB
1.68 KB
1.88 KB
1.25 KB
1.85 KB
3.74 KB
1.84 KB
3.22 KB
68 Bytes
68 Bytes
68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/ios/Runner/Runner-Bridging-Header.h
0 → 100644
example/lib/main.dart
0 → 100644
example/lib/route_generator.dart
0 → 100644
example/lib/ui/pages/main_page.dart
0 → 100644
example/lib/ui/pages/pages.dart
0 → 100644
example/lib/ui/widgets/action_sheet.dart
0 → 100644
example/lib/ui/widgets/widgets.dart
0 → 100644
example/pubspec.lock
0 → 100644
example/pubspec.yaml
0 → 100644
example/test/widget_test.dart
0 → 100644
lib/colors/lls_color.dart
0 → 100644
lib/components/button/lls_button.dart
0 → 100644
lib/components/button/lls_button_bar.dart
0 → 100644
lib/components/button/lls_icon_button.dart
0 → 100644
lib/components/button/lls_social_button.dart
0 → 100644
lib/components/card/lls_card.dart
0 → 100644
lib/components/image/lls_image_overlay.dart
0 → 100644
lib/components/label/lls_label.dart
0 → 100644
lib/components/list_tile/lls_list_tile.dart
0 → 100644
lib/components/tabs/lls_segment_tabs.dart
0 → 100644
lib/components/tabs/lls_tabbar.dart
0 → 100644
lib/components/tabs/lls_tabbar_view.dart
0 → 100644
lib/components/tabs/lls_tabs.dart
0 → 100644
lib/llswidget.dart
0 → 100644
lib/position/lls_position.dart
0 → 100644
lib/shape/lls_avatar_shape.dart
0 → 100644
lib/shape/lls_badge_shape.dart
0 → 100644
lib/shape/lls_button_shape.dart
0 → 100644
lib/shape/lls_icon_button_shape.dart
0 → 100644
lib/size/lls_size.dart
0 → 100644
lib/types/lls_alert_type.dart
0 → 100644
lib/types/lls_animation_type.dart
0 → 100644
lib/types/lls_border_type.dart
0 → 100644
lib/types/lls_button_type.dart
0 → 100644
lib/types/lls_checkbox_type.dart
0 → 100644
lib/types/lls_label_type.dart
0 → 100644
lib/types/lls_loader_type.dart
0 → 100644
lib/types/lls_progress_type.dart
0 → 100644
lib/types/lls_radio_type.dart
0 → 100644
lib/types/lls_toast_type.dart
0 → 100644
lib/types/lls_toggle_type.dart
0 → 100644
pubspec.lock
0 → 100644
pubspec.yaml
0 → 100644
test/button_badge_test.dart
0 → 100644
test/button_test.dart
0 → 100644
test/card_test.dart
0 → 100644