Most Popular Dart Packages ( 2019 October )




As we all know sometimes we need dart packages to do specific things.

Example : Suppose you need to import images from the image library or taking new picture with the camera.
          Then You need 'image_picker' package.

Likewise we all need to have use any of these packages during our app development.
So following packages are the Top dart packages.

1) http package 
A composable, cross-platform, Future-based API for making HTTP requests.


     for implementation use this link.

2) shared_preferences
Flutter plugin for reading and writing simple key-value pairs. 
Wraps NSUserDefaults on iOS and SharedPreferences on Android.


     for implementation use this link

3) url_launcher
Flutter plugin for launching a URL on Android and iOS. Supports web, 
phone, SMS, and email schemes.


     for implementation use this link

4) image_picker
Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.


     for implementation use this link

5) provider
A mixture between dependency injection and state management, built with widgets for widgets.


     for implementation use this link

6) cloud_firestore
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.


     for implementation use this link

7) firebase_core
Flutter plugin for Firebase Core, enabling connecting to multiple Firebase apps.

     for implementation use this link

8) google_sign_in
Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android and iOS.


     for implementation use this link

9) firebase_auth
Flutter plugin for Firebase Auth, enabling Android and iOS authentication using passwords, phone numbers and identity providers like Google, Facebook and Twitter.


     for implementation use this link

10) google_maps_flutter
A Flutter plugin for integrating Google Maps in iOS and Android applications.


     for implementation use this link

Most important Fact!!!
If you get any error while resolving dependencies, make sure to remove Versions numbers and 
Rerun the application.

Comments

Popular posts from this blog

Installing Android Studio, Flutter and Dart ( Part 2 )

Basic Structure of a Flutter App

My Favorite App Development Tools