diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..120386c --- /dev/null +++ b/LICENCE @@ -0,0 +1,9 @@ +Copyright 2025 Friflex LLC + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index 2dabbb4..25ca78e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![Flutter](https://img.shields.io/badge/Flutter-3.32.0+-02569B?style=for-the-badge&logo=flutter&logoColor=white) ![Dart](https://img.shields.io/badge/Dart-3.8.0+-0175C2?style=for-the-badge&logo=dart&logoColor=white) +![Version](https://img.shields.io/badge/Version-v0.0.1-green?style=for-the-badge) +![License](https://img.shields.io/badge/License-BSD--3--Clause-blue?style=for-the-badge) **Корпоративный стартовый шаблон для разработки масштабируемых Flutter-приложений** @@ -219,6 +221,7 @@ flutter run --target lib/targets/prod.dart # Генерация ассетов flutter packages pub run flutter_gen ``` + ```bash # Полная перегенерация dart run build_runner build --delete-conflicting-outputs @@ -262,7 +265,6 @@ dart run build_runner build --delete-conflicting-outputs | 🏗️ [RFC-projects_structure.md](./tools/rfc/RFC-projects_structure.md) | Структура проекта | | 📝 [RFC-documentation.md](./tools/rfc/RFC-documentation.md) | Правила документирования | - ## 🎯 Особенности и нюансы ### ✨ Преимущества @@ -291,6 +293,14 @@ dart run build_runner build --delete-conflicting-outputs --- +## 📄 Лицензия + +Этот проект распространяется под лицензией BSD 3-Clause License. Подробности смотрите в файле [LICENSE](./LICENCE). + +Copyright © 2025 Friflex LLC. Все права защищены. + +--- +
**🎯 Готов к созданию enterprise-уровня Flutter приложений!** diff --git a/pubspec.yaml b/pubspec.yaml index 54b9be8..1d2ecf0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "A new Flutter project." publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.0+1 +version: 0.0.1+1 environment: sdk: ^3.8.0