-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
внедрение зависимостей с injectable, реструктуризация (#39)
* внедрение зависимостей с injectable * рефакторинг: интерфейсы для сервисов * реструктуризация проекта * ругаться при relative_lib_imports
- Loading branch information
Showing
332 changed files
with
2,400 additions
and
2,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,29 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "flutter", | ||
"command": "flutter", | ||
"args": [ | ||
"build", | ||
"apk", | ||
"--release", | ||
"--split-per-abi" | ||
], | ||
"group": "build", | ||
"problemMatcher": [], | ||
"label": "flutter: build release apk [split]", | ||
"detail": "" | ||
}, | ||
{ | ||
"type": "flutter", | ||
"command": "flutter", | ||
"args": [ | ||
"pub", | ||
"run", | ||
"build_runner", | ||
"build", | ||
"--delete-conflicting-outputs" | ||
], | ||
"problemMatcher": [ | ||
"$dart-build_runner" | ||
], | ||
"group": "build", | ||
"label": "build_runner build", | ||
"detail": "" | ||
} | ||
] | ||
} | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "flutter", | ||
"command": "flutter", | ||
"args": ["build", "apk", "--release", "--split-per-abi"], | ||
"group": "build", | ||
"problemMatcher": [], | ||
"label": "flutter: build release apk [split]", | ||
"detail": "" | ||
}, | ||
{ | ||
"type": "flutter", | ||
"command": "flutter", | ||
"args": [ | ||
"pub", | ||
"run", | ||
"build_runner", | ||
"build", | ||
"--delete-conflicting-outputs" | ||
], | ||
"problemMatcher": ["$dart-build_runner"], | ||
"group": "build", | ||
"label": "build_runner build", | ||
"detail": "" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.