This project showcases various pages implemented using Flutter, serving as a learning resource and a source of fun experimentation.
All notable changes to this project will be documented in this file.
To get this Flutter app up and running, follow these simple steps:
flutter create --platforms=<platform/s> .example:
flutter create --platforms=ios,macos,web,android .flutter pub getPlease note that this application requires an internet connection to function properly. To ensure seamless operation, make sure to configure the necessary settings for each platform as described below:
macos:
Add the following lines to the file/s ./macos/Runner/*.entitlements:
<key>com.apple.security.network.client</key>
<true/>
android:
Add the following line to the file/s ./android/app/src/*/AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />
This repository contains a Python script that automates the process of replacing placeholders in the terms-and-conditions.html and contact-us.html files. It simplifies customization by asking for your email address and city, updating the HTML files accordingly.
Run with:
python3 script/placeholder_replacement.pymake sure to replace
AppUrl.contactUsandAppUrl.termsOfConditioninlib/core/constants.dart
This repository contains a Python script that automates the process of adding new version info to CHANGELOG.md file. It simplifies customization by asking for user input and updating the file accordingly.
Run with:
python3 script/update_changelog.py| Asset | Source |
|---|---|
| Splash Background | Pawel Czerwinski - Unsplash |
| Icon Pack | COCO (Community) - Figma |
| Illustration | MISCELLANY TEXTS AND BADGES - Flaticon |
| Avatars Illustration | Avatars stickers pack - Flaticon |
This script is distributed under the MIT License. Feel free to use, modify, and distribute it according to the terms specified in the LICENSE file.