Initial commit: GraphGo Flutter app with graph visualization features
- Complete Flutter/Dart project structure - Interactive graph visualization with nodes and edges - Modern Material Design 3 UI with purple theme - Navigation between Home, Graph, and Settings screens - Provider-based state management - Customizable appearance settings - Cross-platform support (Android, iOS, Web, macOS, Windows, Linux) - Hot reload development support
parents
Showing
.gitignore
0 → 100644
File added
File added
File added
File added
File added
File added
File added
File added
File added
.gradle/8.10.2/gc.properties
0 → 100644
File added
.gradle/config.properties
0 → 100644
.gradle/file-system.probe
0 → 100644
File added
.gradle/vcs-1/gc.properties
0 → 100644
.metadata
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
android/.gitignore
0 → 100644
android/app/build.gradle.kts
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
android/build.gradle.kts
0 → 100644
android/gradle.properties
0 → 100644
android/settings.gradle.kts
0 → 100644
ios/.gitignore
0 → 100644
ios/Flutter/Debug.xcconfig
0 → 100644
ios/Flutter/Release.xcconfig
0 → 100644
ios/Runner/AppDelegate.swift
0 → 100644
10.7 KB
295 Bytes
406 Bytes
450 Bytes
282 Bytes
462 Bytes
704 Bytes
406 Bytes
586 Bytes
862 Bytes
862 Bytes
1.63 KB
762 Bytes
1.2 KB
1.38 KB
68 Bytes
68 Bytes
68 Bytes
ios/Runner/Info.plist
0 → 100644
lib/main.dart
0 → 100644
lib/screens/home_screen.dart
0 → 100644
linux/.gitignore
0 → 100644
linux/CMakeLists.txt
0 → 100644
linux/flutter/CMakeLists.txt
0 → 100644
linux/runner/CMakeLists.txt
0 → 100644
linux/runner/main.cc
0 → 100644
macos/.gitignore
0 → 100644
101 KB
5.55 KB
520 Bytes
13.8 KB
1.04 KB
35.6 KB
2.17 KB
macos/Runner/Info.plist
0 → 100644
pubspec.lock
0 → 100644
pubspec.yaml
0 → 100644
test/widget_test.dart
0 → 100644
web/favicon.png
0 → 100644
917 Bytes
web/icons/Icon-192.png
0 → 100644
5.17 KB
web/icons/Icon-512.png
0 → 100644
8.06 KB
5.46 KB
20.5 KB
web/index.html
0 → 100644
web/manifest.json
0 → 100644
windows/.gitignore
0 → 100644
windows/CMakeLists.txt
0 → 100644
windows/runner/Runner.rc
0 → 100644
windows/runner/main.cpp
0 → 100644
windows/runner/resource.h
0 → 100644
33 KB
windows/runner/utils.cpp
0 → 100644
windows/runner/utils.h
0 → 100644