Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Replace Flutter example with Dart example
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit committed Jun 10, 2024
1 parent eea1262 commit 10d501f
Show file tree
Hide file tree
Showing 111 changed files with 8 additions and 4,194 deletions.
45 changes: 2 additions & 43 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,3 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/

# 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
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
42 changes: 0 additions & 42 deletions example/.metadata

This file was deleted.

13 changes: 0 additions & 13 deletions example/android/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions example/android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

33 changes: 0 additions & 33 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values-night/styles.xml

This file was deleted.

18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/profile/AndroidManifest.xml

This file was deleted.

37 changes: 0 additions & 37 deletions example/android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions example/android/gradle.properties

This file was deleted.

5 changes: 0 additions & 5 deletions example/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

31 changes: 0 additions & 31 deletions example/android/settings.gradle

This file was deleted.

1 change: 0 additions & 1 deletion example/dart_test.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions example/ios/.gitignore

This file was deleted.

Loading

0 comments on commit 10d501f

Please sign in to comment.