-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from moesaid/stage
Stage
- Loading branch information
Showing
108 changed files
with
1,052 additions
and
921 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
supabaseURL=foo | ||
supabaseAnonKey=bar | ||
sentryDNS=$FOO$BAR |
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 |
---|---|---|
|
@@ -16,6 +16,14 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: create .env file | ||
run: | | ||
touch .env | ||
echo supabaseURL=${{ secrets.SUBAPASE_URL }} >> .env | ||
echo supabaseKey=${{ secrets.SUBAPASE_ANON_KEY }} >> .env | ||
echo sentryDSN=${{ secrets.SENTRY_DNS }} >> .env | ||
cat .env | ||
- name: read yaml | ||
id: read_action_js | ||
uses: pietrobolcato/[email protected] | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,14 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: create .env file | ||
run: | | ||
touch .env | ||
echo supabaseURL=${{ secrets.SUBAPASE_URL }} >> .env | ||
echo supabaseKey=${{ secrets.SUBAPASE_ANON_KEY }} >> .env | ||
echo sentryDSN=${{ secrets.SENTRY_DNS }} >> .env | ||
cat .env | ||
- name: read yaml | ||
id: read_action_js | ||
uses: pietrobolcato/[email protected] | ||
|
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 |
---|---|---|
|
@@ -45,4 +45,7 @@ app.*.map.json | |
|
||
|
||
# custom files | ||
Packages | ||
Packages | ||
|
||
# env | ||
.env |
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,17 +1,34 @@ | ||
# flutterpp | ||
![preview](https://github.com/moesaid/flutterpp/blob/stage/marketing/poster.png) | ||
|
||
A new Flutter project. | ||
<p align="center"> | ||
<a href="preview.md"><img src="https://github.com/moesaid/flutterpp/blob/stage/marketing/pre.png" width="32%" /></a> | ||
| ||
<a href="https://github.com/moesaid/flutterpp/releases"><img src="https://github.com/moesaid/flutterpp/blob/stage/marketing/down-mac.png" width="32%" /></a> | ||
| ||
<a href="https://github.com/moesaid/flutterpp/releases"><img src="https://github.com/moesaid/flutterpp/blob/stage/marketing/down-mac.png" width="32%" /></a> | ||
</p> | ||
|
||
# FlutterPP [Quick Video Demo](https://youtu.be/j8yr95t9LIM) | ||
|
||
Welcome to FlutterPP, your developer companion for building Flutter apps with ease. | ||
|
||
## Overview | ||
|
||
FlutterPP (Flutter Plus Plus) is a low-code tool designed to significantly reduce development time by automating code generation for Flutter applications. This initial release, marks the beginning of an exciting journey towards making Flutter development more efficient and accessible. | ||
|
||
## Features | ||
|
||
- **Code Generation:** Automatically generate. | ||
- **User-Friendly Interface:** Intuitive design for developers of all levels. | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
To start using FlutterPP, follow these simple steps: | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
1. download your executable! | ||
2. create an account. | ||
3. enjoy fluttering!. | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
## Feedback and Contribution | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
# flutterpp | ||
We value your feedback! If you encounter any issues or have suggestions for improvement, please [open an issue](https://github.com/moesaid/flutterpp/issues) or [start a discussion](https://github.com/moesaid/flutterpp/discussions) |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Security Policy | ||
|
||
## Reporting a Security Vulnerability | ||
|
||
At FlutterPP, we take security seriously. If you discover any security issues or vulnerabilities, we appreciate your responsible disclosure. Please follow the steps below to report a security vulnerability: | ||
|
||
1. **Do not create a public GitHub issue.** Security vulnerabilities should be reported privately. | ||
2. Email us at [[email protected]](mailto:[email protected]) with a detailed description of the vulnerability. | ||
3. Allow us a reasonable time to address and respond to the issue before disclosing it publicly. | ||
|
||
## Supported Versions | ||
|
||
FlutterPP is a continually evolving project, and we strive to maintain security in the latest versions. We encourage users to keep their installations up to date with the latest releases. | ||
|
||
## Security Measures | ||
|
||
While we take measures to ensure the security of FlutterPP, users are encouraged to follow these best practices: | ||
|
||
- Regularly update FlutterPP to the latest version. | ||
- Use secure coding practices when customizing or extending the tool. | ||
- Monitor and adhere to security recommendations provided in the documentation. | ||
|
||
## Security Policy Changes | ||
|
||
We may update this Security Policy as the project evolves or as security practices change. Changes will be reflected on this page. | ||
|
||
## Contact Us | ||
|
||
If you have any questions or concerns regarding the security of FlutterPP, please contact us at [[email protected]](mailto:[email protected]). |
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
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
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
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
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
Oops, something went wrong.