Start from fundamentals, with projects, code snippets and fundamentals of flutter!
Clone the forked repository from your account
Add your code file to the respective folder.
Commit your changes with an appropriate message.
Follow the details in CONTRIBUTING.MD for detailed info on how to add more filters to existing projects https://github.com/
- hello world
@override
Widget build(BuildContext context) {
return const MaterialApp(
home: Center(child: Text('Hello World')),
);
}
-
Destiny app (https://github.com/wersharks/flutter-101/tree/main/destini-app)
-
Todolist (https://github.com/wersharks/flutter-101/tree/main/todolist)
-
Flash chat app in Flutter (https://github.com/wersharks/flutter-101/tree/main/flash_chat)
-
Fingerprint app in Flutter (https://github.com/wersharks/flutter-101/tree/main/fingerPrint)
-
Custom Clipper in Flutter [https://github.com/Anirban-Chand/custom-clippers-in-flutter.git]
Project should be added in directory /projectname/proj_files, and the project with hyperlink should be added to readme.md project list!