-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kaushik
committed
Sep 19, 2024
1 parent
cff61ea
commit 7003356
Showing
3 changed files
with
12 additions
and
13 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,10 +1,9 @@ | ||
# App | ||
|
||
App is the main module of the YourSpace. It contains the main Flutter application Implementation of | ||
the YourSpace. | ||
The `App` is the main module of YourSpace. It contains the core Flutter application implementation for YourSpace. | ||
|
||
## Features | ||
|
||
- **User Interface:** Provides the complete user interface for the YourSpace app. | ||
- **User Interface:** Delivers the complete user interface for the YourSpace app. | ||
- **Native Integration:** Includes native code for platform-specific functionalities, such as background location tracking and geofencing. | ||
- **Components:** Contains reusable components such as buttons, views and extenstions. |
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 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,11 +1,11 @@ | ||
# Style | ||
|
||
The YourSpace style module centralizes all styling elements of the YourSpace app. It ensures that | ||
fonts, themes, and reusable styles are consistently applied across the entire application, enabling | ||
a unified and cohesive design experience. | ||
The YourSpace style module centralizes all the styling elements of the YourSpace app. It ensures | ||
that fonts, themes, and reusable styles are consistently applied across the entire application, | ||
creating a unified and cohesive design experience. | ||
|
||
## Features | ||
|
||
- **Fonts:** Manages the fonts used throughout the app, defining consistent typography for headings, body text, and other text elements. | ||
- **Themes:** Configures global themes, including light and dark modes, and handles the app's color schemes. | ||
- **Reusable Styles:** Provides shared styles, such as button styles, animation, and other UI elements to maintain design consistency across the app. | ||
- **Themes:** Configures global themes, including light and dark modes, and manages the app's color schemes. | ||
- **Reusable Styles:** Provides shared styles, such as button styles, animations, and other UI elements, to maintain design consistency across the app. |