This is a Flutter app that allows users to query Star Wars information from a GraphQL API. This is a pet project allowing the user to learn the basic features of Flutter. Lists, bottom bar, navigation, internationalization, GraphQL and more.
- Search for characters, planets, and other Star Wars data using keywords or predefined options
- View detailed information about a selected character or planet
- Flutter: A UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
- GraphQL: A query language for APIs that provides a more efficient, powerful and flexible alternative to REST.
- Clone this repository
- Open the project in your preferred IDE
- Run
flutter pub get
to install dependencies - Run the app on an emulator or physical device using the
flutter run
command
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.