Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoptional committed Mar 19, 2023
0 parents commit 65ae1c0
Show file tree
Hide file tree
Showing 36 changed files with 3,268 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .flutter-plugins
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a generated file; do not edit or check into version control.
path_provider_linux=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\path_provider_linux-2.1.10\\
path_provider_windows=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\path_provider_windows-2.1.5\\
shared_preferences=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences-2.0.18\\
shared_preferences_android=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences_android-2.0.17\\
shared_preferences_foundation=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences_foundation-2.1.5\\
shared_preferences_linux=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences_linux-2.1.5\\
shared_preferences_web=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences_web-2.0.6\\
shared_preferences_windows=D:\\WorkspaceFlutter\\flutter_windows_3.3.0-stable\\flutter\\.pub-cache\\hosted\\pub.flutter-io.cn\\shared_preferences_windows-2.1.5\\
1 change: 1 addition & 0 deletions .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"shared_preferences_foundation","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_foundation-2.1.5\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"shared_preferences_android","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_android-2.0.17\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"shared_preferences_foundation","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_foundation-2.1.5\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\path_provider_linux-2.1.10\\\\","native_build":false,"dependencies":[]},{"name":"shared_preferences_linux","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_linux-2.1.5\\\\","native_build":false,"dependencies":["path_provider_linux"]}],"windows":[{"name":"path_provider_windows","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\path_provider_windows-2.1.5\\\\","native_build":false,"dependencies":[]},{"name":"shared_preferences_windows","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_windows-2.1.5\\\\","native_build":false,"dependencies":["path_provider_windows"]}],"web":[{"name":"shared_preferences_web","path":"D:\\\\WorkspaceFlutter\\\\flutter_windows_3.3.0-stable\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.flutter-io.cn\\\\shared_preferences_web-2.0.6\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]}],"date_created":"2023-03-18 17:53:38.570399","version":"3.3.8"}
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
10 changes: 10 additions & 0 deletions .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: 52b3dc25f6471c27b2144594abb11c741cb88f57
channel: stable

project_type: package
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.0.1

- Add kvstore pkg
- Add lang pkg
- Add rest pkg
- Add viewmodel pkg
Loading

0 comments on commit 65ae1c0

Please sign in to comment.