Skip to content

danialdot/flutter_example_pages

Repository files navigation

🚀 flutter_example_pages

This project showcases various pages implemented using Flutter, serving as a learning resource and a source of fun experimentation.

📝 Changelog Changelog

All notable changes to this project will be documented in this file.

🏁 Getting Started

To get this Flutter app up and running, follow these simple steps:

1. 📱 Add the desired platform/s

flutter create --platforms=<platform/s> .

example:

flutter create --platforms=ios,macos,web,android .

2. 📚 Fetch the required libraries

flutter pub get

3. 🌐 Internet Connection Issue

Please 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" />

🔄 Scripts Scripts

1. 📄 Automated Placeholder Replacement Script

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.py

make sure to replace AppUrl.contactUs and AppUrl.termsOfCondition in lib/core/constants.dart

2. 📝 Automated Changelog Update Version Info Script

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

🖼️ Assets Credits

Asset Source
Splash Background Pawel Czerwinski - Unsplash
Icon Pack COCO (Community) - Figma
Illustration MISCELLANY TEXTS AND BADGES - Flaticon
Avatars Illustration Avatars stickers pack - Flaticon

📜 License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors