My mobile application, developed with Flutter, includes real-time updates on cryptocurrency prices, gold rates, country currencies, economic news, and a currency converter.
⭐ provider: ^6.0.4 # Facilitates state management in Flutter apps by using a provider pattern.
⭐ dio: ^4.0.6 # A powerful HTTP client for making network requests, supporting various options such as interceptors, global configuration, and more.
⭐ http: ^0.13.5 # A simple and common HTTP client for making network requests in Flutter apps.
⭐ internet_connection_checker: ^1.0.0+1 # A package to check the internet connection status (online/offline).
⭐ connectivity_plus: ^3.0.2 # A plugin to check and monitor the network connectivity status (Wi-Fi, cellular, etc.) in Flutter apps.
⭐ restart_app: ^1.1.0+1 # Provides the ability to restart the Flutter app programmatically.
⭐ flutter_phoenix: ^1.1.0 # Allows for restarting the app programmatically with a simple Phoenix-like effect.
⭐ get: ^4.6.5 # A lightweight and powerful state management solution for Flutter, also providing routing and dependency injection.
⭐ card_swiper: ^2.0.4 # A package to create a card-swiping interface, commonly used for creating a carousel of items.
⭐ xml2json: ^5.3.5 # A utility to convert XML data to JSON format and vice versa, useful for parsing XML responses from APIs.