Skip to content

Commit

Permalink
feat: native UI experimental layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kasp1 committed Oct 8, 2022
1 parent 231e4e5 commit 83f9efe
Show file tree
Hide file tree
Showing 79 changed files with 3,640 additions and 0 deletions.
45 changes: 45 additions & 0 deletions nativeui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

/android/
ios/
linux/
10 changes: 10 additions & 0 deletions nativeui/.metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.

version:
revision: 78910062997c3a836feee883712c241a5fd22983
channel: stable

project_type: app
5 changes: 5 additions & 0 deletions nativeui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# example

The app showcase for [fluent_ui](https://pub.dev/packages/fluent_ui).

To run this app, run `flutter create .` in the terminal to generate the platform specific builds, and then run `flutter run`
1 change: 1 addition & 0 deletions nativeui/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:flutter_lints/flutter.yaml
Binary file added nativeui/assets/icon256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nativeui/assets/logo-dark100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nativeui/assets/logo-dark150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nativeui/assets/logo-light100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nativeui/assets/logo-white150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 83f9efe

Please sign in to comment.