Sandip Pramanik

Results 5 repositories owned by Sandip Pramanik

flutter-interview-questions

36
Stars
10
Forks
Watchers

This repository contains common Flutter interview questions and their answers.

multi-page-form-with-bloc

19
Stars
5
Forks
Watchers

Learn how to build a multi-step form flow and how to use bloc to effectively isolate the presentation layer from the business logic layer.

flutter-local-notifications-example

19
Stars
11
Forks
Watchers

Flutter Local Notifications - Learn how to implement local notifications into both Android and iOS using flutter_local_notifications plugin.

flutter-sqflite-example

30
Stars
12
Forks
Watchers

Flutter SQLite Database - Persist Data with sqflite. Learn how to use sqflite to store complex relational data locally in Flutter apps.

flutter-dio-example

30
Stars
11
Forks
Watchers

Dio Package in Flutter - HTTP Requests and Interceptors. Learn how to make http requests, deal with interceptors and take care of unexpected server responses using Dio package.