Flutter, Laravel, Vue - Idea To Deployment - Part-13-Create Flutter Project with Dependencies

preview_player
Показать описание
So, finally it's the time to start developing our mobile application using Flutter Framework as our backend is already in placed.
In this part we'll create a new Flutter project and also we create the required directories and also installing the required dependencies.

Рекомендации по теме
Комментарии
Автор

what is the difference between using regular HTTP library vs Dio ?

qmp
Автор

do u have slack or discord ?
a question.. u are using state re-builder to manage states why are u not using provider package any bigger reason ? second q is how u will manage dependency injection ? 3rd question is if i have one api that handle all thing from login to all crud operation no third party service is it okay to create single API.dart and then dependency inject via inherited widget ?

rizi
Автор

I'm getting these error.


Error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 18 declared in library [:flutter_secure_storage] as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 18,
or use to force usage (may lead to runtime failures)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 declared in library [:flutter_secure_storage] as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 18,
or use to force usage (may lead to runtime failures)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.


BUILD FAILED in 32s
Exception: Gradle task assembleDebug failed with exit code 1

arunganesh
Автор

hi, I am loving your course but I am a little disappointed because I was also looking forward to how you would consume your api into vue

MsSplashIt
Автор

Why not using state management technique like provider?

thedhirajdiaries
Автор

Hey saddiq, you are killin' it.
Where are you going to deploy the app. If you are open to suggestions, it would be great if you deploy on aws ec2 with database running on another instance of ec2.
Kudos!!

niranjansingh-ilpf
welcome to shbcf.ru