Skip to content

Instantly share code, notes, and snippets.

View AmanNegi's full-sized avatar

Aman Negi AmanNegi

View GitHub Profile
  1. Ensure to open your emulator(android emulator) and run the below command:
adb uninstall com.example.biblicalzen
  1. Next run this command:
flutter clean && flutter pub get
  1. Next run this command, this will generate the freezed classes:
@AmanNegi
AmanNegi / main.tsx
Created August 20, 2023 06:21
Learn how to use react-vertical-timeline-component
import "./styles.css";
// React-Vertical-Timeline-Component Library Imports
import {
VerticalTimeline,
VerticalTimelineElement,
} from "react-vertical-timeline-component";
import timelineElements from "./data.tsx";
import "react-vertical-timeline-component/style.min.css";
//Flutter Imports
export 'package:flutter/material.dart';
export 'dart:async';
//Packages Import
export 'package:google_fonts/google_fonts.dart';
export 'package:get/get.dart';
export 'package:material_design_icons_flutter/material_design_icons_flutter.dart';
//Project Pages/Files