Skip to content

"Pet Care" is a unique application designed to provide complete and convenient care for pets.

Notifications You must be signed in to change notification settings

zaynrix/Pet-Care

Repository files navigation

Design

Pet Care Mobile .

Pet Care

Detail Images 7 1

Detail Images 3 Detail Images 5

APK

Folder Structure By Feature inside every features will be MVC.

 |-lib|
     |     
     | Registration | models -> All models that conceren with this feature 
                    | screens -> If the feature has many sub features you can divide it with sub folder if needed
                    | providers -> All providers that needed in this feature 
                    | repositories -> For every provider should have his repo
                    | widgets -> Just the widget that concern with this feature 

Usage

If you wanna access resources manger:

# colors
ColorManager.primary;

# images
ImageAssets.splashLogoPng;
SVGAssets.homeSvg;
IconAssets.arrowRight;

# fontWeightManager
FontWeightManager.black;

# text Strings
AppString.bankWithdraw;

For navigation the project built based on OnGenerateRoute:

# pushNamed
sl<NavigationService>().navigateTo(Routes.home);

# pushNamedAndRemoveUntil
sl<NavigationService>().navigateToAndRemove(Routes.home);

# pop;
sl<NavigationService>().pop();

About

"Pet Care" is a unique application designed to provide complete and convenient care for pets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages