@@ -77,10 +77,17 @@ class _MyHomePageState extends State<MyHomePage> {
7777
7878## Want to Contribute?
7979
80- Contributions to this project is very much welcome. Let's work together to maintain and improve the project
81- Simply Fork the repository, Commit and Push your changes and create a new Pull Request.
80+ Contributions to this project is very much welcome. Let's work together to maintain and improve the project
81+ Simply Fork the repository, Commit and Push your changes and create a new Pull Request.
82+
83+ Don't forget to try out the example project under the ./example folder.
84+
85+ Also test your changes by running this command.
86+ ``` bash
87+ $ flutter test
88+ ```
8289
83- If you have some suggestions, you can reach me at romero.nicholejohn@gmail.com
90+ If you have some suggestions, you can reach me at romero.nicholejohn@gmail.com
8491
8592# License
8693
@@ -114,17 +121,6 @@ class _MyHomePageState extends State<MyHomePage> {
114121 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
115122 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
116123
117- ## Getting Started
118-
119- This project is a starting point for a Dart
120- [ package] ( https://flutter.dev/developing-packages/ ) ,
121- a library module containing code that can be shared easily across
122- multiple Flutter or Dart projects.
123-
124- For help getting started with Flutter, view our
125- [ online documentation] ( https://flutter.dev/docs ) , which offers tutorials,
126- samples, guidance on mobile development, and a full API reference.
127-
128124## Contributors ✨
129125
130126Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
@@ -143,4 +139,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
143139
144140<!-- ALL-CONTRIBUTORS-LIST:END -->
145141
146- This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
142+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
0 commit comments