Skip to content

Instantly share code, notes, and snippets.

View fgatti675's full-sized avatar

Francesco Gatti fgatti675

View GitHub Profile
@fgatti675
fgatti675 / cmss.csv
Last active January 14, 2023 13:14
CMS feaures
NAME FireCMS Agility CMS ButterCMS Contentful Drupal Ghost GraphCMS Keystone JS Prismic Sanity Storyblok Strapi Wordpress - unite cms
**Installation**
Open Source βœ… ❌ ❌ ❌ βœ… βœ… ❌ βœ… ❌ βœ… ❌ βœ… βœ…
Cloud Service WIP βœ… βœ… βœ… βœ… βœ… βœ… ❌ βœ… βœ… βœ… ❌ βœ…
On Premises Installation βœ… ❌ ❌ ❌ βœ… βœ… ❌ ❌ ❌ ❌ βœ… βœ… βœ…
Cloud Service Hosted in Europe βœ… ❌ ~ ❌ βœ… ~ βœ… ❌ ~ βœ… βœ… ~ βœ…
Commercial Support Available? βœ… βœ… βœ… βœ… βœ… βœ… βœ… ❌ βœ… βœ… βœ… βœ… βœ…
Users
User Management βœ… βœ… ❌ ❌ βœ… ❌ ❌ βœ… ❌ βœ… βœ… βœ… ❌
Role Based Permissions βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ… βœ…
@fgatti675
fgatti675 / search_fab_transition.dart
Last active July 8, 2024 11:24
Flutter transition from FAB to navigator page
import 'dart:async';
import 'package:flutter/material.dart';
final routeObserver = RouteObserver<PageRoute>();
final duration = const Duration(milliseconds: 300);
void main() => runApp(MaterialApp(
home: HomePage(),
navigatorObservers: [routeObserver],