## Pull Request Description
Add 0.2.6 to the AltStore repository
## Issue Being Fixed
Issue Number: No issue
## Screenshots / Recordings
*No screenshots*
## Checklist
- [x] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [x] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [x] Check that any changes are related to the issue at hand.
---------
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
Fixed typo
## Pull Request Description
Removed an "s" from "featuress"
## Issue Being Fixed
Typo in readme.md
Issue Number: N/A
## Screenshots / Recordings
N/A
## Checklist
- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.
## Pull Request Description
Added a button that allows quick addition of the repo to AltStore from
an iDevice. Due to the README not allowing 'altstore://' links, I had to
do it through a link shortener. The non shortened URL is:
`altstore://source?url=https://raw.githubusercontent.com/bazzadazza72/fladder-develop/refs/heads/develop/altstore.json`
## Issue Being Fixed
No issue being fixed, just added the shortcut.
Issue Number: N/A
## Screenshots / Recordings
N/A
## Checklist
- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.
Wrapped the `body` widget in a `SafeArea` widget to prevent content from
being obscured by notches, status bars, or other screen intrusions. #6
---------
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
Fixes a small bug where the user could navigate back to the splashscreen
when starting the app.
Also fixes switching users and going back from the login screen.
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>