Skip to content

infinum/flutter-bits

Repository files navigation

Flutter-Bits

OG Flutter Bits_2 (1)

A collection of common components and pieces that you can add to your Flutter project.

Provider and Riverpod

Gists, snippets and other resources

Usage

Like some other collections this repo is designed to contain multiple flutter projects (one project per sample).

Contributing

Small code snippet (one or two files)

  • Go to the root of the project and create new directory
  • Add README.md and descibe the snippet. Also add link to this README.

Some feature (full project)

  • Go to the root of the project and create new sample by creating new flutter project flutter create my_new_flutter_bit
  • Write the code inside that project and keep in mind that purpose of that code is to be read by others, so keep it nice and clean.
  • Write the README inside your project and explain in short what is it and how everything works. Include the video or screenshot if the feature can be visually represented.
  • Reduce your dependencies to minimum. List them all in README and explain why are they needed.
  • Go to the root project README and modify it to include your sample.
  • Open up a Pull Request.