From cf4b102d7a1d11ca431b9f73b89e9ec67910b0a4 Mon Sep 17 00:00:00 2001 From: Kishan Viramgama Date: Wed, 27 Sep 2023 21:06:19 +0530 Subject: [PATCH 1/2] Update README.md Adding flutter tecknowledge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e8d131..f2ed4f3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g - [Elastic](#elastic) - [EmberJS](#emberjs) - [Erlang](#erlang) + - [Flutter](#flutter) - [Golang](#golang) - [GraphQl](#graphql) - [HTML](#html) @@ -227,6 +228,11 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g * [Top 22 Erlang Interview Questions for both freshers and experienced developers](http://career.guru99.com/top-22-erlang-interview-questions/) +### Flutter + +* [DART TUTORIAL](https://dart-tutorial.com/) + + ### Golang * [Solutions for Elements of Programming Interviews problems written in Golang](https://github.com/mrekucci/epi) From c00bde091567ab0d43ff431ec1c4a058d73ab22e Mon Sep 17 00:00:00 2001 From: Kishan Viramgama Date: Thu, 5 Oct 2023 09:09:33 +0530 Subject: [PATCH 2/2] Update README.md Add Top 100 Flutter Interview Questions link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2ed4f3..c093436 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ Please read the [contribution guidelines](contributing.md) or [creating a list g ### Flutter * [DART TUTORIAL](https://dart-tutorial.com/) +* [Top 100 Flutter Interview Questions](https://shirsh94.medium.com/top-100-flutter-interview-questions-efc4a96eb22c) ### Golang