chore :
1- add empty.svg 2- generate vec file 3- remove auth package from core
This commit is contained in:
9
assets/icons/empty.svg
Normal file
9
assets/icons/empty.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 29 KiB |
BIN
assets/vec/empty.svg.vec
Normal file
BIN
assets/vec/empty.svg.vec
Normal file
Binary file not shown.
@@ -72,6 +72,9 @@ class $AssetsIconsGen {
|
|||||||
/// File path: assets/icons/edit.svg
|
/// File path: assets/icons/edit.svg
|
||||||
SvgGenImage get edit => const SvgGenImage('assets/icons/edit.svg');
|
SvgGenImage get edit => const SvgGenImage('assets/icons/edit.svg');
|
||||||
|
|
||||||
|
/// File path: assets/icons/empty.svg
|
||||||
|
SvgGenImage get empty => const SvgGenImage('assets/icons/empty.svg');
|
||||||
|
|
||||||
/// File path: assets/icons/excel_download.svg
|
/// File path: assets/icons/excel_download.svg
|
||||||
SvgGenImage get excelDownload => const SvgGenImage('assets/icons/excel_download.svg');
|
SvgGenImage get excelDownload => const SvgGenImage('assets/icons/excel_download.svg');
|
||||||
|
|
||||||
@@ -207,6 +210,7 @@ class $AssetsIconsGen {
|
|||||||
diagram,
|
diagram,
|
||||||
download,
|
download,
|
||||||
edit,
|
edit,
|
||||||
|
empty,
|
||||||
excelDownload,
|
excelDownload,
|
||||||
filter,
|
filter,
|
||||||
filterOutline,
|
filterOutline,
|
||||||
@@ -337,6 +341,9 @@ class $AssetsVecGen {
|
|||||||
/// File path: assets/vec/edit.svg.vec
|
/// File path: assets/vec/edit.svg.vec
|
||||||
SvgGenImage get editSvg => const SvgGenImage.vec('assets/vec/edit.svg.vec');
|
SvgGenImage get editSvg => const SvgGenImage.vec('assets/vec/edit.svg.vec');
|
||||||
|
|
||||||
|
/// File path: assets/vec/empty.svg.vec
|
||||||
|
SvgGenImage get emptySvg => const SvgGenImage.vec('assets/vec/empty.svg.vec');
|
||||||
|
|
||||||
/// File path: assets/vec/excel_download.svg.vec
|
/// File path: assets/vec/excel_download.svg.vec
|
||||||
SvgGenImage get excelDownloadSvg => const SvgGenImage.vec('assets/vec/excel_download.svg.vec');
|
SvgGenImage get excelDownloadSvg => const SvgGenImage.vec('assets/vec/excel_download.svg.vec');
|
||||||
|
|
||||||
@@ -472,6 +479,7 @@ class $AssetsVecGen {
|
|||||||
diagramSvg,
|
diagramSvg,
|
||||||
downloadSvg,
|
downloadSvg,
|
||||||
editSvg,
|
editSvg,
|
||||||
|
emptySvg,
|
||||||
excelDownloadSvg,
|
excelDownloadSvg,
|
||||||
filterSvg,
|
filterSvg,
|
||||||
filterOutlineSvg,
|
filterOutlineSvg,
|
||||||
|
|||||||
@@ -1101,6 +1101,13 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.5.0"
|
version: "1.5.0"
|
||||||
|
rasadyar_auth:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
path: "../auth"
|
||||||
|
relative: true
|
||||||
|
source: path
|
||||||
|
version: "0.0.1"
|
||||||
rxdart:
|
rxdart:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -1200,6 +1200,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.0"
|
version: "3.0.0"
|
||||||
|
shimmer:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: shimmer
|
||||||
|
sha256: "5f88c883a22e9f9f299e5ba0e4f7e6054857224976a5d9f839d4ebdc94a14ac9"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "3.0.0"
|
||||||
sky_engine:
|
sky_engine:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description: flutter
|
description: flutter
|
||||||
|
|||||||
Reference in New Issue
Block a user