We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a986315 commit 37b914aCopy full SHA for 37b914a
packages/supabase/example/pubspec.yaml
@@ -1,13 +1,11 @@
1
name: supabase_example
2
description: An absolute bare-bones supabase web app.
3
version: 1.0.0
4
-# repository: https://github.com/my_org/my_repo
5
publish_to: none
6
7
environment:
8
sdk: '>=3.3.0 <4.0.0'
9
10
-# Add regular dependencies here.
11
dependencies:
12
web: '>=0.5.0 <2.0.0'
13
supabase: ^2.9.0
packages/supabase/example/web/styles.css
@@ -1,12 +1,9 @@
-@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
-
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
- font-family: "Roboto", sans-serif;
}
#output {
0 commit comments