mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
remove images
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 326 KiB |
@@ -1,3 +0,0 @@
|
||||
https://thenounproject.com/photo/tomatoes-chilies-and-dill-leaves-on-table-0JoGn5/
|
||||
|
||||
Tomatoes, chilies and dill leaves on table by Jacob Lund from Noun Project
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 184 KiB |
@@ -1,3 +0,0 @@
|
||||
https://thenounproject.com/photo/athlete-working-out-with-battle-ropes-outdoors-on-grass-field-0LrJR4/
|
||||
|
||||
Athlete working out with battle ropes outdoors on grass field by Jacob Lund from Noun Project
|
||||
@@ -89,7 +89,6 @@ class NutritionalPlanScreen extends StatelessWidget {
|
||||
slivers: <Widget>[
|
||||
SliverAppBar(
|
||||
foregroundColor: appBarForeground,
|
||||
expandedHeight: 250,
|
||||
pinned: true,
|
||||
iconTheme: const IconThemeData(color: appBarForeground),
|
||||
actions: [
|
||||
@@ -156,10 +155,6 @@ class NutritionalPlanScreen extends StatelessWidget {
|
||||
nutritionalPlan.getLabel(context),
|
||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground),
|
||||
),
|
||||
background: const Image(
|
||||
image: AssetImage('assets/images/backgrounds/nutritional_plans.jpg'),
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
),
|
||||
FutureBuilder(
|
||||
|
||||
@@ -77,7 +77,6 @@ class _WorkoutPlanScreenState extends State<WorkoutPlanScreen> {
|
||||
body: CustomScrollView(
|
||||
slivers: <Widget>[
|
||||
SliverAppBar(
|
||||
expandedHeight: 250,
|
||||
pinned: true,
|
||||
iconTheme: const IconThemeData(color: appBarForeground),
|
||||
backgroundColor: wgerPrimaryColor,
|
||||
@@ -87,10 +86,6 @@ class _WorkoutPlanScreenState extends State<WorkoutPlanScreen> {
|
||||
workoutPlan.name,
|
||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground),
|
||||
),
|
||||
background: const Image(
|
||||
image: AssetImage('assets/images/backgrounds/workout_plans.jpg'),
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
actions: [
|
||||
PopupMenuButton<WorkoutOptions>(
|
||||
|
||||
@@ -101,7 +101,6 @@ flutter:
|
||||
assets:
|
||||
- assets/animations/
|
||||
- assets/images/
|
||||
- assets/images/backgrounds/
|
||||
- assets/images/muscles/
|
||||
- assets/images/muscles/main/
|
||||
- assets/images/muscles/secondary/
|
||||
|
||||
Reference in New Issue
Block a user