- A portfolio application I designed to showcase my skills with flutter framework
- This app is designed to show the time in any part of the world selected by the user
- I also wrote an article about this on my blog Codegitz
- Chrome Extension
- Desktop App
- Mobile App (Only tested with android for now)
- Type the following command in the terminal
flutter build web --web-renderer html --csp
- Assuming you have already enabled the developer mode go to your extensions home page either by going through the chrome menu or by typing the following command in the address bar
chrome://extensions/
- Click
Load Unpacked
- Navigate to the
world_time_app/build/web
and clickSelect Folder
- Navigate to the
- Congratulations have successfully installed the world_time_app chrome extension
- In case you wish to change the properties of the app go to the
manifest.json
file in theworld_time_app/web/
directory and adjust it to your liking
- In case you wish to change the properties of the app go to the