A Flutter application that provides stock price and financial information, helping users make informed trading and investment decisions.
- View stock prices
- Access key statistics and expert ratings
- ESG (Environmental, Social, and Governance) scores
- User-friendly interface with responsive design
-
Clone the repository:
git clone https://github.com/Ankit180898/stock_search.git
-
Navigate to the project directory:
cd stock_search -
Install the dependencies:
flutter pub get
-
Run the application:
flutter run
- Launch the app on your device or emulator.
- Search for stocks using the search feature.
- Tap on a stock to view detailed information, including price, key stats, and ESG scores.
- Flutter
- Dart
- GetX for state management
- url_launcher for opening URLs
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Flutter - The framework used for building the app.
- GetX - For state management and routing.
- url_launcher - For launching URLs.
