Skip to content

Instantly share code, notes, and snippets.

View Rimjhim28's full-sized avatar
🎯
Focusing

Rimjhim Bhadani Rimjhim28

🎯
Focusing
View GitHub Profile
@Rimjhim28
Rimjhim28 / FaceDetectorHome
Created March 17, 2019 16:49
Code for first screen
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import 'dart:io';
import 'dart:async';
import 'package:flutter_image_picker/FaceDetectorDetail.dart';
class FaceDetectorHome extends StatefulWidget {
FaceDetectorHome({Key key}) : super(key: key);
@override
@Rimjhim28
Rimjhim28 / Report.md
Last active January 4, 2019 14:47
Final report to list all the work done on PowerUp - Android during Google Summer of Code, 2018

PowerUp Android - GSoC'18 Final Report

PowerUp is a project specially designed to impart knowledge to pre-adolescents about reproductive health, personal hygiene, STDs and common hormonal changes that they undergo. It aims to increase knowledge among the users through simple scenarios and mini games.

During Google Summer of Code period I worked on new scenarios and minigames to make the app more involving and interesting. In the way to include new scenarios, the avatar migrates to high-school, the next level of the game. The removed feature from the first version of PowerUp, progress bars, was re-included with proper functionality. The new design elements, developed as a part of Outreachy, were included to main UI with the intended functionalities. The application was given an extra feature to help the users choose their own askers (NPCs) to accompany them during the scenario conversations. The whole new code was restructured to match the new code changes and access database using Room Library. All the in

We couldn’t find that file to show.
PowerUp is a project specially designed to impart knowledge to pre-adolescents about reproductive health, personal hygiene, STDs
and common hormonal changes that they undergo. It aims to increase knowledge among the users through simple scenarios and mini
games.
During Google Summer of Code period I worked on new scenarios and minigames to make the app more involving and interesting. In the
way to include new scenarios, the avatar would migrate to high-school, the next level of the game. The removed feature from the
first version of PowerUp, current emotion and and powers, was re-included with proper functionality. The new design elements,
developed as a part of Outreachy, were be included to main UI with the intended functionalities. All the inclusions and
enhancements would be done following Test Driven Development, with inclusion of proper unit tests to cover all the major
functionalities and logics.
GIST FOR CODEHEAT 2018