File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,3 @@ flutter run
6464## Contributing
6565
6666This project really needs help to finish the last pages and also in the future when the GNOME desktop changes. Any help is welcome!
67-
68-
69- However for new contributors please follow those rules:
70-
71- - do not over complicate things
72- - stick to the service, viewmodel, view approach
73- - as long as we stick to the provider package try to avoid context.watch as much as possible and always prefer context.select
74- - as long as we stick to the provider package try to avoid provider calls as much as possible and prefer to forward callbacks and values where you can
75- - do not split files with [ the part keyword] ( https://dart.dev/guides/libraries/create-packages#organizing-a-package )
76- - do not shadow function definitions with [ typedef] ( https://dart.dev/language/typedefs )
77- - use absolute imports
You can’t perform that action at this time.
0 commit comments