-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(flutter_weather): add top level weather barrel file (#4306)
Co-authored-by: Felix Angelov <felangelov@gmail.com>
- Loading branch information
1 parent
cff02a3
commit 3f703cc
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
docs/src/components/tutorials/flutter-weather/WeatherBarrelDartSnippet.astro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
import { Code } from '@astrojs/starlight/components'; | ||
const code = ` | ||
export 'models/models.dart'; | ||
`; | ||
--- | ||
|
||
<Code code={code} lang="dart" title="lib/weather/weather.dart" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters