bushra-muneer /
Plugin-Universal-in-app-browser
A lightweight Flutter plugin for opening web content with a simple in-app browser API for Android and iOS.
60/100 healthLoading repository data…
AritraC1 / repository
A lightweight Flutter Pokédex app showcasing a clean project structure, modern tooling, and a minimal set of features built on top of the PokéAPI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A lightweight Flutter Pokédex app showcasing a clean project structure, modern tooling, and a minimal set of features built on top of the PokéAPI.
This is a mobile Pokédex app built with Flutter and Riverpod. It provides a searchable list of Pokémon, load-more pagination, and a basic navigation structure. The app is designed as a starter project that can be extended with additional features such as favorites persistence, detailed Pokémon information, and offline support.
go_router with support for multiple screensflutter_native_splash| Home Screen | Search Screen | Favourites Screen | Details Screen |
|---|---|---|---|
| Search Screen | Searching Screen | Search Results |
|---|---|---|
This project follows a feature-driven structure, with a small core and shared layer:
lib/main.dart – app entrypoint, initializes services, and bootstraps Flutter + Riverpod.lib/app.dart – root MaterialApp.router configuration.lib/bootstrap/ – app initialization code (e.g., initial data fetch).lib/core/ – shared constants, routing, theming, and utilities.lib/features/ – feature modules (each feature contains its own presentation, data, and models logic).lib/shared/ – shared UI components / scaffolding used across features (e.g., MainScaffold).features/pokemon_list/ – fetches Pokémon list via PokéAPI, renders the grid, and provides search.features/pokemon_details/ – placeholder for detailed Pokémon screen (currently a scaffold with app bar).features/favourite/ – placeholder for favorites screen.StateProvider) and dependency injection.StateProvider<int>./ – home screen (MainScaffold)/pokemon-details – details screenflutter_riverpod) – state managementflutter pub get
flutter run
flutter build apkflutter build iosThe app uses a small API client (PokemonApi) to fetch:
/pokemon?limit=&offset=)/pokemon?limit=2000)/pokemon/{name})_offset and hasMore flag to track pagination state.This project is licensed under the Apache License 2.0. See the LICENSE file for full terms and conditions.
Selected from shared topics, language and repository description—not editorial ratings.
bushra-muneer /
A lightweight Flutter plugin for opening web content with a simple in-app browser API for Android and iOS.
60/100 healthKrishBharadwaj5678 /
Duckly is a Flutter app that delivers random duck images with a fun quack sound. Refresh or tap to discover new adorable ducks anytime!
69/100 health