Skip to content

Simple URL shortner - Clean architecture; Bloc state management; Unit and Integration tests;

Notifications You must be signed in to change notification settings

andersonbelli/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Simple app with just one page which consists in a text field where the URL to be shortened should be inserted and a list with the latest shortened URLs.

image

Selecting an item from the list provides options for copying to clipboard the original or shortened URL:

image

If an error occurs or the URL alias is not found, a box message will appear:

image

Tests command

The only command that need to be executed is the generator of mocks files:

flutter pub run build_runner build --delete-conflicting-outputs

And to run the integration tests use the following command:

flutter test integration_test

About

Simple URL shortner - Clean architecture; Bloc state management; Unit and Integration tests;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages