Skip to content

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

Notifications You must be signed in to change notification settings

wersharks/flutter-101

Repository files navigation

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!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published