flutter create --template=package package_name
- name: flat_banners
- description: A Flutter package for Offers, Promo and Invites banners. Android support Android and Web.
- homepage: https://github.com/om-chauhan/flat_banners
[ | |
{ | |
"id": 1, | |
"scheme_Img": "Images", | |
"scheme_Name": "Atmanirbhar Bharat Abhiyan COVID 19 Relief Package", | |
"updateted_at": "15 Mar - 21", | |
"scheme_Details": "The COVID-19 pandemic has adversely affected the Indian economy and society in varied ways. In this article, you can read the details of the Atmanirbhar Bharat Abhiyan – which is the name given to the full-fledged economic stimulus package announced by the Union Government. This comes under the economy, polity, disaster management, and current affairs segments of the UPSC syllabus.\nDo you know? Atmanirbhar Bharat Abhiyan was highlighted on India’s 72nd Republic Day (2021). Department of Biotechnology showcased COVID-19 vaccine development process in their tableau.\nhe government had initially announced the Pradhan Mantri Garib Kalyan Yojana (PMGKY) as interim measures for those affected by the COVID-19 pandemic." | |
}, | |
{ |
[ | |
{ | |
"title": "UI Interactions of the week", | |
"featureImage": "https://static-cse.canva.com/blob/138631/best-free-stock-photos.jpg", | |
"date": "12 Feb 2019", | |
"tag": "Express, Handlebars", | |
"codeURL": "codeUrl", | |
"shortPostData": "Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.", | |
"longPostData": "Description: Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.", | |
"screenshot": [ |
// First Screen | |
import 'package:flutter/material.dart'; | |
import 'package:garment_ecommerce/secon_screen.dart'; | |
class FirstScreen extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return Scaffold( | |
body: TextButton( |
flutter create --template=package package_name
import 'package:flutter/material.dart'; | |
class OverlayWithHole extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return Scaffold( | |
appBar: AppBar(title: Text("Flutterclutter: Holes")), | |
body: _getExperimentOne() | |
); | |
} |