Fasust / wisgen

A Cross-Platform Wisdom Generator built with Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wisgen ๐Ÿ”ฎ

last-commit badge contributors badge wisdom badge fork badge star badge

A small Cross-Platform Wisdom Generator, built using Flutter and a combination of external APIs

This Wisdom Generator combines random advice from the the Internet with vaguely fitting and vaguely thought provoking stock images from the Unsplash Source API. You can also save bits of wisdom you like in your favorites or share them with your friends.

Wisgen is a reference project for the Devonfw Flutter Architecture Guide. Check it out if your interested in Flutter architecture and best-practices. ๐Ÿ˜‰

Phone Mock of Wisdom Feed Phone Mock of Wisdom Feed Phone Mock of Wisdom Feed

Where do I get the Wisdoms from?

Wanna Contribute? ๐Ÿ‘ช

You can suggest your own pieces of Wisdom a through Pull Request if you want. This is where all the offline wisdoms are saved. The "#" marks the beginning of a new type of wisdom.

Download

BLoC Architecture: Dependencies of Wisgen Components

Dependencies

BLoC Architecture: Dataflow of Wisgen Components

Data Flow

Publications ๐Ÿ†

Wisgen has been published as a reference project by:

Used Packages ๐Ÿ“ฆ

  • flutter_bloc (for state handeling)
  • http (for API calls)
  • cached_network_image (for cashing images)
  • flutter_launcher_icons (for easily setting the launcher icon)
  • shared_preferences (for accessing shared preferences as offline storage)
  • flutter_spinkit (loading animation)
  • share (for sending share-intents)

Used Tools ๐Ÿ› 

Some Sources I can recommend ๐Ÿ“š

About

A Cross-Platform Wisdom Generator built with Flutter


Languages

Language:Dart 95.5%Language:Objective-C 2.1%Language:Shell 1.4%Language:Java 1.0%