A new Flutter project.
This project is a starting point for a Flutter application. Which is based on Dart language.
- flutter_svg: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
- get: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
- http: A composable, Future-based library for making HTTP requests.
- shared_preferences: SharedPreferences is used for storing data key-value pair in the Android and iOS.
- flutter_spinkit: A collection of loading indicators animated with flutter.
- cached_network_image: A flutter library to show images from the internet and keep them in the cache directory.
- date_format: Provides various constants to build Date format string. Use
formatDate
method to format date according to format string. - syncfusion_flutter_gauges: The Flutter Gauges library includes the data visualization widgets Linear Gauge and Radial Gauge (a.k.a. circular gauge) to create modern, interactive, animated gauges.
Rest Api is used for this project for reading and write the data which is coming from the network.