Skip to content

Instantly share code, notes, and snippets.

View itsJoKr's full-sized avatar

Josip Krnjic itsJoKr

View GitHub Profile
@itsJoKr
itsJoKr / marker_generator.dart
Last active November 11, 2023 11:16
Quick way to convert the widget to marker, not supposed to work with images.
import 'package:flutter/material.dart';
import 'dart:typed_data';
import 'package:flutter/rendering.dart';
import 'dart:ui' as ui;
/// This just adds overlay and builds [_MarkerHelper] on that overlay.
/// [_MarkerHelper] does all the heavy work of creating and getting bitmaps
class MarkerGenerator {
final Function(List<Uint8List>) callback;
final List<Widget> markerWidgets;
@itsJoKr
itsJoKr / main.dart
Created December 5, 2019 07:32
New DartPad test
import 'package:flutter/material.dart';
import 'dart:math';
class DiscData {
static final _rng = Random();
double size;
Color color;
Alignment alignment;
@itsJoKr
itsJoKr / main.dart
Last active December 11, 2019 13:41
Dart generics
import 'package:flutter/material.dart';
typedef Widget FormWidgetBuilder<T>(T t);
class GenericShizzle<T> extends StatefulWidget {
final FormWidgetBuilder<T> builder;
const GenericShizzle({
this.builder,
});
@itsJoKr
itsJoKr / main.dart
Last active March 9, 2020 12:35
NestedScrollView with issue
import 'package:flutter/material.dart';
final Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override

Animaloo Kids Game Privacy Policy

Your privacy is very important to us. Animaloo is mobile app aimed at children under age of 5. Games are designed to be educational and suited for that age group.

Information we collect

We do not collect any information from you. We do not have any analytics in place and don't require any permission. There is some data Google Play console collects automatically like number of installs, crashes and similar.

How we use the information

Privacy Policy

jokr.dev built the Wall Streets Bets: Intern app as a Free app. This SERVICE is provided by jokr.dev at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Wall Streets Bets: Intern unless otherwise defined in this Privacy Policy.