Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.31 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.31 KB

flutter-101

Start from fundamentals, with projects, code snippets and fundamentals of flutter!

Open Source Love License: MIT GitHub forks GitHub issues GitHub pull requests GitHub contributors GitHub top language Average time to resolve an issue

How to contribute 😃

Fork this repository

Clone the forked repository from your account

Add your code file to the respective folder.

Commit your changes with an appropriate message.

Create a pull request

Follow the details in CONTRIBUTING.MD for detailed info on how to add more filters to existing projects https://github.com/

Our Contributors

Code Snippets:

  • hello world
@override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Center(child: Text('Hello World')),
    );
  }

Projects List

Projects:

Project should be added in directory /projectname/proj_files, and the project with hyperlink should be added to readme.md project list!