A simple sample app about birds in Neuchatel, to show the usage of Flutter Web.
Typically, throughout this application, the following concepts are being explored and used :
- A utility class dedicated to helping making the app responsive.
- Usage of the
manifest.json
file in order to configure the produced web app. - Usage of some interesting concepts and widgets in Flutter :
- Material Design 3.
Drawer
,AppBar
,MediaQuery
and more.- A few plugins found on the official pub.dev platform (
carousel_slider
&url_launcher
). - And more ... .
The app has been deployed with GitHub Pages and is accessible at the following link : https://myrmillion.github.io.