The Flutter Romania Meetup CookBook
All pull request and contributions are welcomed and we hope on getting better and strive to learn others.
Git clone the project and run the following commands:
- flutter pub get;
- flutter run -t widgetbook/main.dart;
To build for the web:
- flutter build web --release -t widgetbook/main.dart;
Try to squash commits if you have a large number of commits;
- Before a pull request every branch has to have a liniar history (rebase before merge-ing);
- Before a pull request you need to get an approve from at least one responsible person;
- All new categories/folders/widgets should have good docs, not just docs.
- Don't submit a pull request if "there still is a tiny thing left to do"
- Strive to get better;
- DRY (don't repeat yourself) principle is enforced! If we use something more than 3 times it needs to become a separate widget;
- Every new widget should be Material 2,3 compatible;
- Be eco devs and gather the "garbage" even if it is not yours. Optimize and improve when and where you can.
- Branch naming must respect one of the following: feature/ , fix/, improve/
https://romania-flutter-meetup.github.io/storybook/
Copyright (c) 2023 Flutter Romania Meetup
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.