Skip to content

Instantly share code, notes, and snippets.

View sooorajjj's full-sized avatar
🏠
Working from home

Sooraj sooorajjj

🏠
Working from home
View GitHub Profile
@sooorajjj
sooorajjj / history_page.dart
Created July 31, 2020 08:29
reverse datepicker in Flutter
import 'package:flutter/material.dart';
import 'package:date_picker_timeline/date_picker_timeline.dart';
import 'package:route_map/constants.dart';
class HistoryPage extends StatefulWidget {
@override
_HistoryPageState createState() => _HistoryPageState();
}
class _HistoryPageState extends State<HistoryPage> {
@sooorajjj
sooorajjj / build:soong:diff.txt
Last active October 9, 2020 07:43
Allow using prebuilt flex and bison
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index d17b9f77..6c124066 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -110,6 +110,8 @@ var Configuration = map[string]PathConfig{
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
+ "flex": Allowed,
+ "bison": Allowed,