Make News and Weather App using flutter

News and Weather App using flutter – A Flutter App of News and Weather Install run terminal command make news_build for generate .freezed, .g and i18n Before compiling the application, create the launch.json file following the launch.json.example file and attach their respective api_key. flutter packages used Video App Demo News.Video.mp4 Resources Used: You can check out the entire Read more

Flutter HSV Color picker designed for your app source code

flutter_hsvcolor_picker – An HSV color picker designed for your Flutter app. Flutter HSV Color picker designed for your app source code Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches. Getting Started Installation Example import “package:flutter_hsvcolor_picker/flutter_hsvcolor_picker.dart”; ColorPicker( color: Colors.blue, onChanged: (value){ }, initialPicker: Picker.paletteHue, ) For a Read more