Skip to content

A simple 2-in-1 app that fetches characters from The Simpsons and The Wire from `api.duckduckgo.com`.

Notifications You must be signed in to change notification settings

kenjiz/character_viewer

Repository files navigation

Character Viewer

A simple 2-in-1 app that fetches characters from The Simpsons and The Wire through api.duckduckgo.com. Demonstrating the power of Flutter Flavors for creating multi apps in one codebase.

Note:

  • Only android supported by now. - Not yet tested on IOS.
  • Splash screen and icon customization for each app will support soon.

Installation

Make sure you have a working flutter installation. Clone this repo via git clone. Get necessary package via flutter pub get .

  • To run the Simpsons Character Viewer App. Simply run: flutter run --flavor simpsons_viewer --target lib/main_simpsons.dart
  • For The Wire Character Viewer. Run: flutter run --flavor wire_viewer --target lib/main_wire.dart.dart

_If problem occurs while running. Just simply flutter clean then flutter pub get.

Screenshot

The Wire Screenshot The Simpsons Viewer

About

A simple 2-in-1 app that fetches characters from The Simpsons and The Wire from `api.duckduckgo.com`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published