Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #625 from bhaaratkrishnan/main
Browse files Browse the repository at this point in the history
Flutter Roadmap Roadmap readme.md
  • Loading branch information
siddhant-khisty committed Aug 12, 2023
2 parents 970a9e2 + 327feac commit a41076c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Flutter-Development/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,19 @@
- [Stateless VS Stateful Widgets](https://www.geeksforgeeks.org/flutter-stateful-vs-stateless-widgets/)
- [Flutter Widget Binding](https://api.flutter.dev/flutter/widgets/WidgetsFlutterBinding-class.html)

## State Management
- [Flutter State Management Techniques](https://docs.flutter.dev/data-and-backend/state-mgmt/options)
- [Flutter Riverpod 2.0](https://codewithandrea.com/articles/flutter-state-management-riverpod/)
- [Flutter Bloc Architecture](https://bloclibrary.dev/#/?id=documentation)
- [Flutter State Management Tutorials](https://www.youtube.com/playlist?list=PL6yRaaP0WPkUf-ff1OX99DVSL1cynLHxO)

## Design System
- [Material Design System Guidelines By Google](https://m2.material.io/design/guidelines-overview)
- [Material Component Widgets in Flutter](https://docs.flutter.dev/development/ui/widgets/material#Buttons)
- [Cupertino Widgets in Flutter](https://docs.flutter.dev/development/ui/widgets/cupertino)
- [Cupertino Design System for IOS Style](https://blog.logrocket.com/flutter-cupertino-tutorial-build-ios-apps-native/)

- [Flutter Navigation and Routing - go_router](https://medium.com/@antonio.tioypedro1234/flutter-go-router-the-essential-guide-349ef39ec5b3)

## Debugging
- [Official Flutter Debugging](https://docs.flutter.dev/testing/debugging)
- [Dart DevTools](https://docs.flutter.dev/development/tools/devtools/overview)
Expand Down

0 comments on commit a41076c

Please sign in to comment.