Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bde03b8
Updated README
FALLEN-01 Aug 8, 2025
18c550d
added flutter files
FALLEN-01 Aug 8, 2025
73bf2a6
added basic ui frame structure to folder
FALLEN-01 Aug 8, 2025
213e782
flutter added basic ui frame structure to folder
FALLEN-01 Aug 8, 2025
6fed3d8
added notepad ui to flutter
FALLEN-01 Aug 8, 2025
541ef97
added rich text formatting
FALLEN-01 Aug 8, 2025
1f8a2b5
more of rich text formatting
FALLEN-01 Aug 8, 2025
a10421e
Added chaos to the notepad
FALLEN-01 Aug 8, 2025
374b704
Added uesless features
FALLEN-01 Aug 8, 2025
b2fdde3
cooking ui
FALLEN-01 Aug 8, 2025
6229e2f
ui enhanxeemnts
FALLEN-01 Aug 8, 2025
b17c571
checkpoint for ui + chaos
FALLEN-01 Aug 8, 2025
d01602a
somewhat working chaos i think?
FALLEN-01 Aug 8, 2025
b9d6cdc
checkpoint again, it works somehow
FALLEN-01 Aug 8, 2025
bc306ee
UI changes, the drop down menus updated, functionalities cooked
FALLEN-01 Aug 8, 2025
d21332d
UI Complete, finally
FALLEN-01 Aug 8, 2025
ee18543
more inconvenience
FALLEN-01 Aug 8, 2025
1a7f91e
fixed violations
FALLEN-01 Aug 8, 2025
5043992
Please just work
FALLEN-01 Aug 8, 2025
a0d26d0
Almost done with the final product
FALLEN-01 Aug 8, 2025
f8d4fee
Nearly completed, updated readme
FALLEN-01 Aug 8, 2025
131da86
Almost complete
FALLEN-01 Aug 8, 2025
1f124b7
checkpoint before os ui override
FALLEN-01 Aug 8, 2025
711e1f9
Updated Readme File
FALLEN-01 Aug 9, 2025
d43289d
Updated README File
FALLEN-01 Aug 9, 2025
63d3447
Updated README File
FALLEN-01 Aug 9, 2025
1c3ffc9
Update README.md
FALLEN-01 Aug 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
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
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.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
30 changes: 30 additions & 0 deletions .metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: "edada7c56edf4a183c1735310e123c7f923584f1"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: edada7c56edf4a183c1735310e123c7f923584f1
base_revision: edada7c56edf4a183c1735310e123c7f923584f1
- platform: web
create_revision: edada7c56edf4a183c1735310e123c7f923584f1
base_revision: edada7c56edf4a183c1735310e123c7f923584f1

# User provided section

# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'
Loading