Skip to content

an example of flutter project using bloc with cubit

Notifications You must be signed in to change notification settings

Arthur-Kamau/flutter_cubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_cubit

A new Flutter project.

Getting Started

This project is a flutter application that illustrate the use of bloc with cubit to maintain state. The project performs a get request to http://ip-api.com/json and updates the ui.

Also equtable is used to aid in comparison of types without overridiing ==

since http://ip-api.com/json does not allow https we had to add android:usesCleartextTraffic="true" in the app manifest.

About

an example of flutter project using bloc with cubit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published